mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
removed a duplicate date format in the settings.
This commit is contained in:
parent
edd4797178
commit
242af2c90b
|
@ -371,7 +371,6 @@ Form::macro('date_display_format', function ($name = "date_display_format", $sel
|
||||||
'm/d/Y',
|
'm/d/Y',
|
||||||
'n/d/y',
|
'n/d/y',
|
||||||
'd/m/Y',
|
'd/m/Y',
|
||||||
'm/j/Y',
|
|
||||||
'd.m.Y',
|
'd.m.Y',
|
||||||
'Y.m.d.',
|
'Y.m.d.',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue