Everybody knows the PHP native method DateTime::modify()
The DateTime extension supports awesome modifiers like "2 days ago", "last day of this month", ... or basic ones like "+1 month".
But the last one is actually tricky: it increments the month va...