@@ -51,6 +51,6 @@ |
||
51 | 51 | |
52 | 52 | private function convertToJsFormat(string $intlFormat): string |
53 | 53 | { |
54 | - return str_replace(['y', 'MM', 'dd', 'H', 'i'], ['YYYY','MM', 'DD', 'HH', 'mm'], $intlFormat); |
|
54 | + return str_replace(['y', 'MM', 'dd', 'H', 'i'], ['YYYY', 'MM', 'DD', 'HH', 'mm'], $intlFormat); |
|
55 | 55 | } |
56 | 56 | } |
@@ -52,6 +52,6 @@ |
||
52 | 52 | |
53 | 53 | private function convertToJsFormat(string $intlFormat): string |
54 | 54 | { |
55 | - return str_replace(['y', 'MM', 'dd'], ['YYYY','MM', 'DD'], $intlFormat); |
|
55 | + return str_replace(['y', 'MM', 'dd'], ['YYYY', 'MM', 'DD'], $intlFormat); |
|
56 | 56 | } |
57 | 57 | } |