Display Back-Office dates in U.S. format for Rollback, Created, Last edited
I would like the dates in the Umbraco back-office to display in the format MM/dd/yyyy for dates displayed in the Rollback dialog, the Created and Last updated fields, and really everywhere a date is displayed in the back-office.
I'm using Umbraco v7.
I've tried setting the user locale to English (US). I've also tried adding a globalization entry in the web.config file. Any other places where I might try?
Display Back-Office dates in U.S. format for Rollback, Created, Last edited
I would like the dates in the Umbraco back-office to display in the format MM/dd/yyyy for dates displayed in the Rollback dialog, the Created and Last updated fields, and really everywhere a date is displayed in the back-office.
I'm using Umbraco v7.
I've tried setting the user locale to English (US). I've also tried adding a globalization entry in the web.config file. Any other places where I might try?
Thanks,
Jason
You can always update the language file to use the locale you want. So, update the file:
<site>\Umbraco\Config\Lang\en.xml
Changing the language element to:
<language alias="en" intName="English (US)" localName="English (US)" lcid="1033" culture="en-US">
-Paul
Thanks Paul for chiming in!
Did that, touched the web.config, then cleared my browser cache and reloaded and still didn't work.
Thanks,
Jason
What version? I just did that - everything else left as default - with 7.1.7 and 7.1.8, and the dates in the rollback look like:
Created: 10/2/2014 2:02 PM
Perhaps spin up a fresh install and verify, then compare the config file diff's.
-Paul
Version 7.1.5. That said, it was upgraded so perhaps there is something strange in a config.
I'll try it with a clean install and see what's different.
Thanks,
Jason
is working on a reply...