Admin CP > General Settings > Date & Time Options > Date Format
There is no option to set Date format as DD MM YYYY
In many countries, like it is in mine, the correct date format is for example 31.01.2005 or 31. January 2005.
Date format MM DD YYYY is confusing for us. So if the forum says that the post date is 07.06.2005 everyone will think it's from 7th June 2005 but it's not, it's from 6th July 2005.
This is very important, and I kindly ask you to give us the possibility of different date format.
Best Regards,Adnan
The solution you seek, for changing the date format, is to add the following to your web.config file, changing the culture and ui culture, which, in the example below, is brazilian portuguese:
<globalization requestEncoding="windows-1252" responseEncoding="windows-1252" fileEncoding="windows-1252" culture="pt-BR" uiCulture="pt-BR" />
You can find the culture that corresponds to you here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemGlobalizationCultureInfoClassTopic.asp