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