Added hungary time format

This commit is contained in:
snipe 2019-03-13 19:45:30 -07:00
parent 8efbde61c9
commit fddf0cdd15

View file

@ -371,6 +371,7 @@ Form::macro('date_display_format', function ($name = "date_display_format", $sel
'd/m/Y',
'm/j/Y',
'd.m.Y',
'Y.m.d.',
];
foreach ($formats as $format) {