<?php $dt1 = new DateTime('2019-01-28'); $dt2 = new DateTime('2018-10-17'); while($dt1 >= $dt2) { echo $dt1->format('Y-m-d') . "\r\n"; $dt1->modify('-1 day'); }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`