Ver original<?phpfor ($i = 0; $i < 53; $i++) { $lunes = date("d-m-Y", strtotime("next Monday + $i week")); echo $lunes . '<br/>';}