<?php $date = new \DateTime(); $date->modify((new \DateTime())->format('Y-m-10')); var_dump($date);
You have javascript disabled. You will not be able to edit any code.