HDFilmMaker2112 Posted November 21, 2011 Share Posted November 21, 2011 I can not get the below to work: if(time() < strtotime("11/21/2011 3:30AM EST") && time() > strtotime("11/21/2011 2:30PM EST")) It should be evaluating to true between 3:30 AM and 2:30 PM EST for today. Now that it's past 2:30PM it should be evaluating to false, but it's coming up as true. Edit: Nevermind. Cache/Cookies Issue. Link to comment https://forums.phpfreaks.com/topic/251570-if-statment-and-time-range/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.