<?php $currentDate = new DateTimeImmutable(); $firstOfTheMonth = new DateTimeImmutable($currentDate->format('Y-m-1')); var_dump($firstOfTheMonth->modify("-1 month"));
You have javascript disabled. You will not be able to edit any code.