$start = "9:00";
$end = "17:00";

$tStart = strtotime($start);
$tEnd = strtotime($end);
$tNow = $tStart;

echo '';
?>


Kolay gelsin.