Date format under IIS

This is a discussion about Date format under IIS in the Windows Software category; 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.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar31.webp

7 Posts
Location -
Joined 2001-12-11
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.

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Mar 15
Created
Mar 15
Last Response
0
Likes
1 minute
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar19.webp

690 Posts
Location -
Joined 2000-05-21
If you don't find any other way you could always write an ASP function to convert the date to a sensible format. I think that's what I ended up doing though it's been a while since I used ASP.