Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jason Prothero 416 posts 1226 karma points c-trib
    Oct 15, 2014 @ 00:28
    Jason Prothero
    0

    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 

  • Paul Sterling 716 posts 1512 karma points MVP 5x admin c-trib
    Oct 15, 2014 @ 01:27
    Paul Sterling
    0

    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

  • Jason Prothero 416 posts 1226 karma points c-trib
    Oct 15, 2014 @ 01:51
    Jason Prothero
    0

    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 

  • Paul Sterling 716 posts 1512 karma points MVP 5x admin c-trib
    Oct 15, 2014 @ 02:51
    Paul Sterling
    0

    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

  • Jason Prothero 416 posts 1226 karma points c-trib
    Oct 15, 2014 @ 19:13
    Jason Prothero
    0

    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 

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies