Add new date format preference that includes day name

This commit is contained in:
nathangray 2017-11-20 09:32:12 -07:00
parent 2364a39de0
commit e1609978f7

View File

@ -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(