I need to check in PHP if the current time is before 2pm that day.
I\'ve done this with strtotime on dates before, however this time it\'s with a time o
strtotime
Try:
if(date("Hi") < "1400") { }
See: http://php.net/manual/en/function.date.php
H 24-hour format of an hour with leading zeros 00 through 23 i Minutes with leading zeros 00 to 59