Ver original<?php$semana = date('W'); for ($x=0; $x<7; $x++) { echo date('d-m-Y', strtotime("2011W$semana + $x day")) . '<br />';}