Technical support This forum is closed.
Version 1.x > Technical support > Date Formatting View modes: 
User avatar
Guest
redactuk - 10/13/2006 2:10:52 PM
   
Date Formatting
I want ALL dates in both KenticoCMS and as displayed on web to be in uk format dd/mm/yyyyy.

What settings do I need to change to achieve this?

Thanks

User avatar
Guest
admin - 10/13/2006 3:28:23 PM
   
Re: Date Formatting
Hello,

you need to change the following attributes in your web.config:

<add key="CMSDefaultCultureCode" value="en-GB" />

<globalization requestEncoding="utf-8" responseEncoding="utf-8" culture="en-GB" uiCulture="en-GB" />

You may also need to change your preferred cultures in CMS Desk -> Administration -> Users.

Best Regards,