<?php $now = new DateTimeImmutable(); echo $now->date; // Undefined. print_r($now, true); echo $now->date; // Tada!
You have javascript disabled. You will not be able to edit any code.