Это работает:
Код: Выделить всё
$LastSunday = new \DateTime('last Sunday of March '.$theYear);
Код: Выделить всё
$LastSunday = new \DateTime('last Sunday in March '.$theYear);
Подробнее здесь: https://stackoverflow.com/questions/799 ... me-strings