<?php $now = date("Y-m-d h:i:s"); $start = date_create('2016-10-26 12:01:00'); $end = date_create($now); $diff=date_diff($end,$start); print_r($diff);
You have javascript disabled. You will not be able to edit any code.