<?php $start = new \DateTime('07:00'); $end = new \DateTime('14:00'); $interval = new \DateInterval('PT1M'); $periods = new \DatePeriod($start, $interval, $end); foreach ($periods as $period) { echo $period->format('H:i') . \PHP_EOL; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`