Is there a way to query a unix timestamp date? In the database the orderdate 
field is a unix timestamp.
I would like to create the where clause to a query on a specific date like 
December 17, 2010.
Select * from orders where orderdate = '12/17/2010';

Thanks

Marc

Reply via email to