<?php $start = strtotime('2017-04-15 11:00:00'); $now = time(); $i = floor(($now - $start) / (12*3600)); echo $i;
You have javascript disabled. You will not be able to edit any code.