<?php $dateOld = new \DateTimeImmutable('2020-01-01'); echo $dateOld->modify("last day of last month")->format('Y-m-d'); echo PHP_EOL; echo $dateOld->modify("first day of next month")->format('Y-m-d');
You have javascript disabled. You will not be able to edit any code.