Posted by Jamsi in
ASP.NET on Feb 8th, 2006 |
1 Comment
Having problems with dates appearing in US format (mm/dd/yyyy) and not British or Australian format (dd/mm/yyyy)? Are you getting the famous “Invalid datetime format” error?
If your British, whack the following in your web.config file.
Else if you’re Australian, use the following.
Also,...