|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 17/03/2008 08:24:20
Posts: 10,
Visits: 39
|
|
| Hi, I have a problem to change the global dateformat to a german dateformat (dd.mm.yyyy hh:mi:ss). The dateformats I could select in the Admin are all en-US. The IIS is installed on a machine which settings are en-US. I tried to put this: <globalization culture="de-DE" uiCulture="de-DE" /> or this: < globalization requestEncoding="iso-8859-1" responseEncoding="iso-8859-1" fileEncoding="iso-8859-1" culture="de-DE" uiCulture="de-DE" />into the web.config but it doesn't work. After saving the changes in the web.config the following error occurred while reloading the site: Exception Type: System.InvalidCastException Exception Message: Conversion from string "1/26/2007 2:36:46 PM" to type 'Date' is not valid. Exception Source: Microsoft.VisualBasic Exception Target Site: FromString Any Idea what to do, or how to select/add a german datestring in the Admin? Andreas Cramer
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 17/03/2008 08:24:20
Posts: 10,
Visits: 39
|
|
| with the help of Ryan we found the problem for the datetimeformat. After saving the globalization changes in the web.config you have to delete the anonymous cookie for your forum. That solves my problem with the german dateformatstring. Andreas Cramer
|
|
|
|