View Single Post
Old 12-05-2003, 04:13 PM  
StuartD
Sofa King Band
 
StuartD's Avatar
 
Join Date: Jul 2002
Location: Outside the box
Posts: 29,903
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.
StuartD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote