shaashwato1308

Delivery Time Slot

Sep 2nd, 2020 (edited)
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.92 KB | None | 0 0
  1. <?php
  2.  
  3. // order start time, order end time, delivery start time, delivery end time.
  4. $time_settings = array (
  5.   array("18:00:01","09:00:00","10:00:00","13:00:00"),
  6.   array("09:00:01","13:00:00","14:00:00","17:00:00"),
  7.   array("13:00:01","18:00:00","20:00:00","22:00:00"),
  8. );
  9.  
  10. ?>
  11. <!--
  12.   Will run on: 26.08.2020 5:00pm (Example)
  13.   array("26.08.2020 18:00:01","27.08.2020 09:00:00","27.08.2020 10:00:00","27.08.2020 13:00:00"),
  14.   array("27.08.2020 09:00:01","27.08.2020 13:00:00","27.08.2020 14:00:00","27.08.2020 17:00:00"),
  15.   array("27.08.2020 13:00:01","27.08.2020 18:00:00","27.08.2020 20:00:00","27.08.2020 22:00:00"),
  16.   array("27.08.2020 18:00:01","28.08.2020 09:00:00","28.08.2020 10:00:00","28.08.2020 13:00:00"),
  17.   array("28.08.2020 09:00:01","28.08.2020 13:00:00","28.08.2020 14:00:00","28.08.2020 17:00:00"),
  18.   array("28.08.2020 13:00:01","28.08.2020 18:00:00","28.08.2020 20:00:00","28.08.2020 22:00:00"),
  19.  -->
Add Comment
Please, Sign In to add comment