<?php $dateInterval = 5; $startDate = new DateTime(); for($di = 0; $di <= $dateInterval; ++$di) { $theDate = ($di > 0) ? $startDate->add(new DateInterval('P1D')) : $startDate; // ... }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`