<?php echo (new DateTimeImmutable())->modify('+1day')->format('c'); echo PHP_EOL; echo (new DateTimeImmutable())->modify('+1 day')->format('c');
You have javascript disabled. You will not be able to edit any code.