mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +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',
|
'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',
|
||||||
'd-M-Y' => 'd-M-Y'
|
'd-M-Y' => 'd-M-Y',
|
||||||
|
'l, d.m.Y' => 'l, d.m.Y'
|
||||||
);
|
);
|
||||||
|
|
||||||
$time_formats = array(
|
$time_formats = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user