If your code is done properly really, it should be done in mktime() dates.
Inwhich case... the dates in the database might look like this "1070524800"
So your query should look like "WHERE Date = '1070524800'
otherwise, as Lane said, it could be a date field which would be done as "2003-12-4" or something like that.
|