<?php $x = new DateTime('2012-02-17'); $y = clone $x; $y->modify('last day of this month'); echo $x->format('d') . "\n"; echo $y->format('d') . "\n"; echo $y->format('d') - $x->format('d');
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`