Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
echo date('d.m.Y', strtotime("first tuesday of this month"));
echo (new \DateTime("first tuesday of this month"))->format('Y-m-d');
<?php $first_tuesday = date("d.m.Y", strtotime('first tuesday of this month'));