Hallo,
How can I calculate a current time moment + exactly one week? The same with month. Thanks.
Check out the function strtotime() - very useful.
strtotime()
echo strtotime("+1 week"), "\n";