<?php $last = "2018-04-10 20:00:00"; $now = new DateTime(); $last_dt = new DateTime($last); $difference = $last_dt->diff($now); $difference->format('%d'); $num_of_days = $difference->m; echo "Difference: ".$difference->m." months and ".$difference->d." days, or ".$difference->days." in total";
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`