Hi All
How would i force the dateformat of a web application to be in a diffirent format than the servers date format?
I dont want to do a MyDate.toString(MyFormat) - it must be a global change for the application, hmm.. or maybe per session.
I think that it is a change to the CultureInfo but i am not entirly sure.