Hello all, I am writing a VB application, and am storing dates. VB has default to the date format DD/MM/YYYY, which I prefer and I suspect has something to do with my localisation settings (Im in Canada). I am inserting the dates into my SQL database, but SQL is storing the dates as MM/DD/YYYY. This...