Copied to clipboard

Flag this post as spam?

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


  • mfeola 117 posts 221 karma points
    Nov 03, 2010 @ 21:28
    mfeola
    0

    Change date display side wide

    the backend of umbraco has the dates formatted in a DD/MM/YYYY format.  I would like to change it to MM/DD/YYYY instead.  is there any way to do that in a config file or is it just not something that can be changed?

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Nov 04, 2010 @ 00:36
    Lee Kelleher
    0

    Hi mfeola,

    Have you tried setting the culture codes in your Web.config file?

    <globalization uiCulture="en-US" culture="en-US" />

    I'm not sure if this has any impact on the front-end, or just the back-office.

    Cheers, Lee.

  • mfeola 117 posts 221 karma points
    Nov 04, 2010 @ 15:21
    mfeola
    0

    no luck, i still get lines like this on the back end:

    Last edited  04/11/2010 10:20
    i and my clients would read that as april 11th and not november 4th 

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Nov 04, 2010 @ 19:25
    Tom Fulton
    0

    I've tried unsucesfully in the past, but seeing your post made me check into it again, and I came across this workaround:  http://our.umbraco.org/forum/using/ui-questions/6640-Date-format-in-developer-UI?p=0

    (The one Sean Mooney reccomended) - seems to be working great

  • mfeola 117 posts 221 karma points
    Nov 04, 2010 @ 19:35
    mfeola
    0

    it does work great! thanks :D

Please Sign in or register to post replies

Write your reply to:

Draft