ANDYCHARGER
Programmer
Im doing an insert on my tables in SQL server which is passing dates from a text box on my web page. Im formatting the dates so the 1st of August 2004 is being passed from the page as "01/08/2004 00:00:00".
The trouble is, once it is commited in the DB, the date shows in the column as "08/01/2004"
Is there some setting im missing in SQL server that sets it to the correct regional format?
Please help!!!! Argh!
The trouble is, once it is commited in the DB, the date shows in the column as "08/01/2004"
Is there some setting im missing in SQL server that sets it to the correct regional format?
Please help!!!! Argh!