Answers for "how to see if a time is more than another in 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 see if a time is more than another in php"

Browse Popular Code Answers by Language