From e1609978f75fdbe5e0dd7ba945e4d35ae33addd9 Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 20 Nov 2017 09:32:12 -0700 Subject: [PATCH] Add new date format preference that includes day name --- preferences/inc/class.preferences_hooks.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/preferences/inc/class.preferences_hooks.inc.php b/preferences/inc/class.preferences_hooks.inc.php index 46d7041cc9..4fed7b86bf 100644 --- a/preferences/inc/class.preferences_hooks.inc.php +++ b/preferences/inc/class.preferences_hooks.inc.php @@ -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(