mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Adds d.m.Y as date format, per #2423
This commit is contained in:
parent
3b012f2827
commit
fe9a90854d
|
@ -362,6 +362,7 @@ Form::macro('date_display_format', function ($name = "date_display_format", $sel
|
|||
'm/d/Y',
|
||||
'n/d/y',
|
||||
'm/j/Y',
|
||||
'd.m.Y',
|
||||
];
|
||||
|
||||
foreach ($formats as $format) {
|
||||
|
|
Loading…
Reference in a new issue