Our PHP TimeTraveler to address DateTime::modify() pitfalls
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...
tech.assoconnect.com2 min read