Wednesday, July 18, 2007

SQL Report Server Date Change

Managed to resolve the SQL Reporting Server US date issue. The first required change was setting the globalization section in the web.config file:

culture=”en-AU”
uiculture=”en-AU”
/>


The second issue was on the client machine, the language preferences in IE were set to English (USA) as opposed to English (Australia) even though the entire operating system settings were set to English (Australia).