<?php setlocale(LC_TIME, 'it_IT.UTF-8'); $period = new DatePeriod(new DateTime('2020-04-07'),new DateInterval('P1D'),new DateTime('2020-04-18')); foreach ($period as $key => $value) { echo strftime("%A", $value->getTimestamp()).PHP_EOL; } ?>
You have javascript disabled. You will not be able to edit any code.