found it.. give year and weeknumber! and it will return the days.
$day=strftime("%w",mktime(0,0,0,01,01,$year)+($week786400));
$day1=mktime(0,0,0,1,1-$day,$year)+($week786400);
for($count=0; $count<7; $count++) {
$string=strftime("%a %Y-%m-%d",$day1+($count*86400));
echo "$string";
}
Thank you all for your great assistance! Everyone have a great day.
Best regards.
Asbjørn Morell.