From ed67b2dc42d8c507360dc7e84f345a60bf787a40 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 15 Oct 2010 03:42:06 +0000 Subject: [PATCH] ENHANCEMENT #5352 CMS now uses the user's preferred date and time formatting in DateField and TimeField (from r107327) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112587 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/LeftAndMain.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 15ad5153..ad29bcf0 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -108,9 +108,9 @@ class LeftAndMain extends Controller { // set language $member = Member::currentUser(); - if(!empty($member->Locale)) { - i18n::set_locale($member->Locale); - } + if(!empty($member->Locale)) i18n::set_locale($member->Locale); + if(!empty($member->DateFormat)) i18n::set_date_format($member->DateFormat); + if(!empty($member->TimeFormat)) i18n::set_time_format($member->TimeFormat); // can't be done in cms/_config.php as locale is not set yet CMSMenu::add_link(