I am trying to work out how to search items that where sold on a specific date in the database by using a mysql query.
The items have a unixtime for example 1211746428 of when they where sold.
Using an online convertor 1211746428 = Sun, 25 May 2008 20:13:48 GMT
How could I query the database to find items that where sold on the 25/06/08 and covert the unixtime to a date which would allow me to search for other dates?
Thank you