Completed
Push — 92-better-datepicker ( 0d0ffe...22737c )
by
unknown
04:30
created
src/SumoCoders/FrameworkCoreBundle/Form/Extension/DateTypeExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,6 +51,6 @@
 block discarded – undo
51 51
 
52 52
     private function convertToJsFormat(string $intlFormat): string
53 53
     {
54
-        return str_replace(['y', 'MM', 'd'], ['yyyy','mm', 'dd'], $intlFormat);
54
+        return str_replace(['y', 'MM', 'd'], ['yyyy', 'mm', 'dd'], $intlFormat);
55 55
     }
56 56
 }
Please login to merge, or discard this patch.