mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Added hungary time format
This commit is contained in:
parent
8efbde61c9
commit
fddf0cdd15
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue