Without knowing or using any kind of date, what's the best way to just add 1 day to the day of the week?
For example, I have Monday
and I want to add +1 Days
. Something like this
echo ('Monday + 1 days');
I tried with date();
but couldn't find a solution. Any ideas?