<?php If(date("N")>1){ $w = date("W")+2; }Else{ $w =date("W")+1; } $y = date("Y"); $d = date("Y\WWN", strtotime($y . "W" . $w . "2")); For($i=1; $i<7;$i++){ Echo date("Y-m-d", strtotime($d)+(86400*7)*$i) ."\n"; }
You have javascript disabled. You will not be able to edit any code.