gw32 Posted May 2, 2011 Share Posted May 2, 2011 I have this code which works great except for one minor detail. SELECT name, lic_num, purpose FROM charity where start_date < NOW() AND end_date > NOW() It displays nothing when NOW() equals either start_date or end_date. Any suggestions? Thanks Link to comment https://forums.phpfreaks.com/topic/235344-problem-with-now/ Share on other sites More sharing options...
gw32 Posted May 2, 2011 Author Share Posted May 2, 2011 I found it. Thanks anyway Link to comment https://forums.phpfreaks.com/topic/235344-problem-with-now/#findComment-1209451 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.