<?php echo ((new \DateTime("first mon of June 2020"))->format('Y-m-d')) . PHP_EOL; echo ((new \DateTime("Monday June 2020"))->format('Y-m-d')) . PHP_EOL;
You have javascript disabled. You will not be able to edit any code.