all groups > inetserver asp general > september 2004 >
You're in the

inetserver asp general

group:

Dates


Dates John Smith
9/30/2004 4:28:10 AM
inetserver asp general: After moving a small web app to Win2k3 / IIS 6 the date is being
displayed as DDMMYYYY, rather than MMDDYYYY. Can I change something in
Re: Dates Bob Barrows [MVP]
9/30/2004 7:22:17 AM
[quoted text, click to view]

http://www.aspfaq.com/show.asp?id=2313 vbscript
http://www.aspfaq.com/show.asp?id=2040 help with dates
http://www.aspfaq.com/show.asp?id=2260 dd/mm/yyy confusion

Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Re: Dates PW
9/30/2004 6:51:06 PM

You have to format the date manually to get what you want. Like this ...

myDate = day(Date()) & "-" & month(Date()) & "-" & year(Date())


AddThis Social Bookmark Button