<?php $today = new DateTime(); $last_year=(new DateTime())->sub(new DateInterval('P1Y')); $next_year = (new DateTime())->add(new DateInterval('P1Y')); echo $last_year->format('Y').' '.$today->format('Y').' '.$next_year->format('Y');
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`