Date format for Server

In any server installation, the default date format defined by the parameter DateOrder is mm/dd/yyyy. How do I change the date format to dd/mm/yyyy, so that I can host applications having Date fields, specified in dd/mm/yyyy format?

Subject: Date format for Server

I once had this trouble with NT server. Deep down in its deepest heart NT/Windows machines always believe they are in US.

I had to a) create a user account, b) set that users preferences to the correct date format, and then c) run the service as that user.

That was a long time ago, there must be a better way now

Simon

Subject: RE: Date format for Server

Set the servers OS to the correct format and then edit the ini to set the date format

Subject: RE: Date format for Server

Thanks.

What is the parameter that I need to change on the notes.ini file, assuming the notes.ini has to be changed for the server? I could not find any parameter which defines the Date format.