I want to store dates in a database. I'm using the SQL datetime type, and then importing it into the object I wrote. It comes out of the database and is put into my object as a Date object. How are ...