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,
|