<?php $date = new DateTimeImmutable('2018-01-01'); print_r($date); $date->__construct('1999-01-01'); print_r($date);
You have javascript disabled. You will not be able to edit any code.