<?php $tz = new DateTimeZone("Europe/Berlin"); $date = new DateTime("2014-11-06 02:44:13", $tz); $curDate = new DateTime("now", $tz); $interval = $curDate->diff($date); echo $interval->format("%a days ago");
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`