Posts by Heyde Adilles Moura Cavalcante • 1 point
1 post
-
0
votes2
answers543
viewsA: how to compare hours and tell if the establishment is closed or open and return a Json message
You can perform date sum and subtraction operations using php’s Datetime and Dateinterval classes. http://php.net/manual/en/class.datetime.php http://php.net/manual/en/class.dateinterval.php And…