<?php $datetime1 = new DateTime('now'); echo $datetime1->format('Y-m-d H:i') . "\r\n"; $datetime2 = new DateTime('first day of this month'); echo $datetime2->format('Y-m-d H:i') . "\r\n"; $datetime3 = new DateTime('first day'); echo $datetime3->format('Y-m-d H:i') . "\r\n";
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`