$datumVooruit = strtotime($_GET['jaar']."W".$_GET['week']." +6days");
$weekPlus = date("W",$datumVooruit);
$jaarPlus = date("Y",$datumVooruit);
$datumTerug = strtotime($_GET['jaar']."W".$_GET['week']." -6days");
$weekMin = date("W",$datumTerug);
$jaarMin = date("Y",$datumTerug);
Hoe komt het dat wanneer ik -6days doe dat dat wel werkt en +6days niet?
Kan iemand mij hier een oplossing voor geen(~: