How can I change the datetime format, I need to store dates in European format DAY-MONTH-YEAR like 22-02-2002.
The MSSQL SQL Server datetime according to the books online is in this format, Date and time data from January 1, 1753 through December 31, 9999 so this is MONTH-DAY-YEAR
Is there a way to change this?
Thanks
The MSSQL SQL Server datetime according to the books online is in this format, Date and time data from January 1, 1753 through December 31, 9999 so this is MONTH-DAY-YEAR
Is there a way to change this?
Thanks