How do I add a certain number of days to the current date in PHP?
I already got the current date with:
$today = date(\'y:m:d\');
Ju
setISODate($_GET['year'], $_GET['week']);
} else {
$dt->setISODate($dt->format('o'), $dt->format('W'));
}
$year = $dt->format('o');
$week = $dt->format('W');
?>
Pre Week
Next Week
Employee
" . $dt->format('M') . "
" . $dt->format('d M Y') . "\n";
$dt->modify('+1 day');
} while ($week == $dt->format('W'));
?>