R
rp
Hi,
I wonder if anyone can help me explain and maybe fix some issues I'm having
with dates and Access 2000 and XP.
I have an asp web application which has been developed on a w2k server on
our intranet, the format of the dates have always caused problems but I
thought I'd coded it to work ok.
I now need to demo the software so I have grabbed the code across onto my
laptop (XP SP1) and created a new web directory and set it all up in IIS to
run standalone. The application is written in ASP 3.0 with an access
database.
On one particular screen a user enters in a start and end date (format
dd/mm/yy) on a form and that is then processed on the asp page. Firstly I
run a piece of SQL which checks to make sure no other entries cross over on
the dates given. Here I have to pass the data in the format MM/DD/YY,
access just wont accept anything else. Later I open a record set, create a
new record and pass the relevant values. Two of which are the start and end
dates, here I have to pass the dates in DD/MM/YY format? This all a occurs
on the same asp page on the same laptop. Why is it like this??
Thanks,
Rick
I wonder if anyone can help me explain and maybe fix some issues I'm having
with dates and Access 2000 and XP.
I have an asp web application which has been developed on a w2k server on
our intranet, the format of the dates have always caused problems but I
thought I'd coded it to work ok.
I now need to demo the software so I have grabbed the code across onto my
laptop (XP SP1) and created a new web directory and set it all up in IIS to
run standalone. The application is written in ASP 3.0 with an access
database.
On one particular screen a user enters in a start and end date (format
dd/mm/yy) on a form and that is then processed on the asp page. Firstly I
run a piece of SQL which checks to make sure no other entries cross over on
the dates given. Here I have to pass the data in the format MM/DD/YY,
access just wont accept anything else. Later I open a record set, create a
new record and pass the relevant values. Two of which are the start and end
dates, here I have to pass the dates in DD/MM/YY format? This all a occurs
on the same asp page on the same laptop. Why is it like this??
Thanks,
Rick