Can someone figure out a solution for this please as im beyond puzzled.
Im passing a date from ASP page 1, to ASP page 2 via URL Parameter. Page 2 then filters recordset by the date in URL parameter. Heres what I cant figure out however. If I pass through a date like 21/07/2002 (i.e. a date where the month and day cannot be mixed up) it works fine. However if I pass through 03/07/2002 it assumes American format (mm/dd/yyyy) and displays the appropriate records for 7th July instead of the 3rd.
How do I tell the server to stop doing this??
Im passing a date from ASP page 1, to ASP page 2 via URL Parameter. Page 2 then filters recordset by the date in URL parameter. Heres what I cant figure out however. If I pass through a date like 21/07/2002 (i.e. a date where the month and day cannot be mixed up) it works fine. However if I pass through 03/07/2002 it assumes American format (mm/dd/yyyy) and displays the appropriate records for 7th July instead of the 3rd.
How do I tell the server to stop doing this??