Some weird date problems..
I have a table with a date field, if i open the table the dates are displayed like they should be dd/mm/yyyy 00:00:00
If i do a simple select * from table statement then the dates are displayed like 2003-3-1 00:00:00
However, i do a select * from table where tdate BETWEEN @date1 and @date2 then everything suddenly goes all american !
It will work if the date is 3/1/2003 but not 1/3/2003, but opening the table and looking it's perfectly correct format.
Regional setting are fine, it's set to british english in server settings.
How frustrating, anyone?
I have a table with a date field, if i open the table the dates are displayed like they should be dd/mm/yyyy 00:00:00
If i do a simple select * from table statement then the dates are displayed like 2003-3-1 00:00:00
However, i do a select * from table where tdate BETWEEN @date1 and @date2 then everything suddenly goes all american !
It will work if the date is 3/1/2003 but not 1/3/2003, but opening the table and looking it's perfectly correct format.
Regional setting are fine, it's set to british english in server settings.
How frustrating, anyone?