I am not really sure if this is the correct forum to post this question in but I will try as it relates to an Access DB. I am having problems with dates being entered in dd/mm/yyyy format on a web form but being stored in mm/dd/yyyy.
I have checked my asp code and the sql command is correct - printed it to the screen. For example, sql command sets a date as 01/09/2007. If I then look at that field in the form again, it shows as 09/01/2007. I downloaded the DB from the host to look at the raw data and it is stored as 09/01/2007 - even though it was inserted as 0/09/2007.
I used to have this website hosted in the US but moved it to Ireland where the date format is different. Anyone have any ideas how I can sort this? I want to be able to insert dates in dd/mm/yyyy format and have them stored as the same.
Mighty
I have checked my asp code and the sql command is correct - printed it to the screen. For example, sql command sets a date as 01/09/2007. If I then look at that field in the form again, it shows as 09/01/2007. I downloaded the DB from the host to look at the raw data and it is stored as 09/01/2007 - even though it was inserted as 0/09/2007.
I used to have this website hosted in the US but moved it to Ireland where the date format is different. Anyone have any ideas how I can sort this? I want to be able to insert dates in dd/mm/yyyy format and have them stored as the same.
Mighty