emblewembl
Programmer
My server administrators say that the server date/time is set to UK English format, but I have done a test page using:
Response.Write("THE TIME IS NOW : " & Now())
and it is showing the date in US format, i.e. mm/dd/yyyy instead of dd/mm/yyyy.
The actual output is:
THE TIME IS NOW : 6/5/2003 1:35:21 PM
Is this a server issue or do I have to use some kind of asp formatting to get the date into the format I want?
Thanks for any feedback!
i love chocolate
Response.Write("THE TIME IS NOW : " & Now())
and it is showing the date in US format, i.e. mm/dd/yyyy instead of dd/mm/yyyy.
The actual output is:
THE TIME IS NOW : 6/5/2003 1:35:21 PM
Is this a server issue or do I have to use some kind of asp formatting to get the date into the format I want?
Thanks for any feedback!
i love chocolate