Completed
Push — 92-better-datepicker ( e3a03e...075185 )
by
unknown
64:11
created
src/SumoCoders/FrameworkCoreBundle/Form/Extension/DateTypeExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,6 +46,6 @@
 block discarded – undo
46 46
 
47 47
     private function convertToJsFormat($intlFormat)
48 48
     {
49
-        return str_replace(['y', 'MM', 'd'], ['yyyy','mm', 'dd'], $intlFormat);
49
+        return str_replace(['y', 'MM', 'd'], ['yyyy', 'mm', 'dd'], $intlFormat);
50 50
     }
51 51
 }
Please login to merge, or discard this patch.