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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server Side Date Format 1

Status
Not open for further replies.

vikramonline

Programmer
Oct 14, 2003
186
IN
Our server has the date format set to dd/mm/yyyy,but when I try to show the date using either NOW or DATE functions, I dont get the correct format.It shows the date as 04/13/2004 instead of 13/04/2004 which is the format I want.

Any suggestions .
 
Session.LCID=2057
response.write("Date format is: " & date() & "<br />")


Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook (No, I'm not Rick)

zen.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top