<?php function f($dt) { echo $dt->format('Y-m-d H:i:s'), "\n"; } f(new DateTimeImmutable('Monday next week 13:00')); f(new DateTimeImmutable('Tuesday next week 14:00')); f(new DateTimeImmutable('Wednesday next week 14:00')); f(new DateTimeImmutable('Thursday next week 15:00')); f(new DateTimeImmutable('Friday next week 16:00')); f(new DateTimeImmutable('Saturday next week 17:00')); f(new DateTimeImmutable('Sunday next week 18:00')); f(new DateTimeImmutable());
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`