Daze
Perch
Is the system clock on win2.jodoshared.com set to work with a 12 hour time rather than the usual 24 hour time?
I've notice times are being written to my MSSQL database as 02:15 (for 15:15) etc, and it's screwing up some of my ORDER BY statements. I've never worked with anyhting other than the 24 hour system before. Should I be able to work around it by inserting AM/PM when working with DateTimes in MSSQL?
E.g. UPDATE foobar SET CurrentDate='04/22/2004 07:41 PM'
I've notice times are being written to my MSSQL database as 02:15 (for 15:15) etc, and it's screwing up some of my ORDER BY statements. I've never worked with anyhting other than the 24 hour system before. Should I be able to work around it by inserting AM/PM when working with DateTimes in MSSQL?
E.g. UPDATE foobar SET CurrentDate='04/22/2004 07:41 PM'