Answers for "how to check current time is greater than 8a.m php"

PHP
0

php if time is greater than

if (((int) date('H', $currentTime)) >= 16) {
  // .. do something
}
Posted by: Guest on July-03-2021

Code answers related to "how to check current time is greater than 8a.m php"

Browse Popular Code Answers by Language