Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date Display Problems

Status
Not open for further replies.

Mighty

Programmer
Feb 22, 2001
1,682
US
Guys,

I have a weird problem. I have the system local on my server set to Ireland and the date format to dd-MMM-YY (e.g. 28-MAR-02) However, on any web pages that display a date the date appears in US format i.e. 03/28/2002. I wrote a VBScript program to just display the date and ran it using WScript Host and it displayed the date in the correct format. This seems to be an IIS thing. Has anyong got any ideas?? Mise Le Meas,

Mighty :)
 
I had a similar issue, never could get a answer that worked for me. I ended up writing a function to fomat the date based on how I wanted it..

Function dateformat(type)
Select case type
case "mdy"
dateformat here
case "ymd"
etc...

Let me know if you find a solid answer to this...I would love to know.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top