Jump to content

If Statment and Time Range


HDFilmMaker2112

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.