<?php $a = strtotime("17:20:00"); if($a > strtotime("13:00:00")){ $c = $a - 3600; } Echo date("H:i", $c);
You have javascript disabled. You will not be able to edit any code.