Our PHP TimeTraveler to address DateTime::modify() pitfalls
Aug 3, 2023 · 2 min read · 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...
Join discussion