How do I make Windows 2000 Server always give the same output for this line of code from an asp page:
Response.Write "date = "& date()
I have two servers both with the same "Regional Settings" and yet they output two different date formats. One gives 19/06/2001 and the other gives 6/19/2001. How do I make them both say 6/19/2001?
Response.Write "date = "& date()
I have two servers both with the same "Regional Settings" and yet they output two different date formats. One gives 19/06/2001 and the other gives 6/19/2001. How do I make them both say 6/19/2001?