mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -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',
|
'm/d/Y',
|
||||||
'n/d/y',
|
'n/d/y',
|
||||||
'm/j/Y',
|
'm/j/Y',
|
||||||
|
'd.m.Y',
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach ($formats as $format) {
|
foreach ($formats as $format) {
|
||||||
|
|
Loading…
Reference in a new issue