date reverse error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

yes i have a .aspx aplication running on my localhost, my dev server and my
live SERVER..

When i add a entry to my DB (access) it picks the date or i can select it
from a calander. So what is happeing is that i select say 2/1/2005 (m/d/y)
and then i save the entry and then it comes up with 1/2/2005 (m/d/y) when it
displays it on the scren. but if i enter 2/13/2005 it enters the date
perfict...

But this is only happeing on my LIVE SERVER..... and my programers don't
know what is wrong and my webserver ppl don't know what is wrong and i'm in
the middle trying to solve this problem.. i need help..

Also to my friend said they saw this error long ago in excell..

(e-mail address removed)
 
When displaying the date always use the format dd-mmm-yyyy

Madhivanan
 
When displaying the date always use the format dd-mmm-yyyy

Unless you need to use the date in an SQL statement: in which
case international formats for the month string will cause
failure.

(david)
 
see the thing is that i'm not the programmer on this. i'm just the client..
and
THe CODE works on a DEV server and my LOCALHOST then when i pub it to my
LIVE server differn't from the DEV. The dates get reversed...

RIck
 
see the thing is that i'm not the programmer on this. i'm just the client..
and
THe CODE works on a DEV server and my LOCALHOST then when i pub it to my
LIVE server differn't from the DEV. The dates get reversed...

Check the date/time settings in Start... Control Panel... Regional.
They are probably different on the two machines. These date/time
formats will be used as the default; you can override them by
explicitly setting the date format in Access.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top