barkster Posted June 30, 2006 Share Posted June 30, 2006 I have a datefield(timestamp) that I want to query to see if it has expired. Is to possible to a select query WHERE datefield + 60 days < now()? Thanks Link to comment https://forums.phpfreaks.com/topic/13342-mysql-date-function/ Share on other sites More sharing options...
karthikeyan_coder Posted July 1, 2006 Share Posted July 1, 2006 check out the php.net date manual... they are telling more info about timestamp handling... http://php.net/manual/function.date.php Link to comment https://forums.phpfreaks.com/topic/13342-mysql-date-function/#findComment-51472 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.