How to display range of hours

前端 未结 3 1445
北荒
北荒 2021-01-16 21:37

I have a database table storing opening hours of a restaurant as a time range in TIME format. Eg if the restaurant\'s opening hours are \'9am-5pm\', there will be 2 columns

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-16 21:58

    can anyone point me in the right direction?

    Of course, here is everything you will need:

    • http://php.net/manual/en/function.mktime.php
    • http://php.net/manual/en/control-structures.while.php
    • 30 m = 1800 s
    • http://php.net/manual/en/language.operators.arithmetic.php
    • http://php.net/manual/en/function.date.php

提交回复
热议问题