Date format under IIS
I need the date format to be in UK format eg. 15/03/2002. I have setup the regional settings for the date and time which all appear to work but if I request the date using ASP it displays it as 3/15/02 Where am I going wrong? there must be something I have missed.
I need the date format to be in UK format eg. 15/03/2002. I have setup the regional settings for the date and time which all appear to work but if I request the date using ASP it displays it as 3/15/02
Where am I going wrong? there must be something I have missed.
Where am I going wrong? there must be something I have missed.
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
Give this a shot:
http://www.4guysfromrolla.com/ASPScripts/PrintFAQ.asp?FAQID=35
If you are about to try ASP.NET, the System.DateTime namespace gives you a ton more options to play with the formatting if you like.
http://www.4guysfromrolla.com/ASPScripts/PrintFAQ.asp?FAQID=35
If you are about to try ASP.NET, the System.DateTime namespace gives you a ton more options to play with the formatting if you like.