I want to allow my users to search the database for a row that was submitted on a certain day. The date is entered into the field in the database using the date()
function which is great, but when i use the php strtotime
function, of course the dates are not exactly the same.
Is there some clever mysql function that can help me with this?