mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Add new date format preference that includes day name
This commit is contained in:
parent
2364a39de0
commit
e1609978f7
@ -57,7 +57,8 @@ class preferences_hooks
|
||||
'Y.m.d' => 'Y.m.d',
|
||||
'd/m/Y' => 'd/m/Y',
|
||||
'd-m-Y' => 'd-m-Y',
|
||||
'd-M-Y' => 'd-M-Y'
|
||||
'd-M-Y' => 'd-M-Y',
|
||||
'l, d.m.Y' => 'l, d.m.Y'
|
||||
);
|
||||
|
||||
$time_formats = array(
|
||||
|
Loading…
Reference in New Issue
Block a user