Ok, I really hope this is a silly question, because I have been going nuts trying to figure it out.
I am developing a website on my own computer, Win2k Pro. It is interpreting dates as mm/dd/yyyy. I upload the code to the live site(win2k server) and suddenly it is dd/mm/yyyy.
So on my computer Month("7/1/2002" gives me "7", on the live server Month("7/1/2002" gives me "1".
Any thoughts on what I am doing wrong?
Thanks,
Al
I am developing a website on my own computer, Win2k Pro. It is interpreting dates as mm/dd/yyyy. I upload the code to the live site(win2k server) and suddenly it is dd/mm/yyyy.
So on my computer Month("7/1/2002" gives me "7", on the live server Month("7/1/2002" gives me "1".
Any thoughts on what I am doing wrong?
Thanks,
Al