<?php $start_hour = "08:00"; $different_hour = 1; echo $newTime = date("H:i", strtotime("+{$different_hour}hour ".$start_hour));
You have javascript disabled. You will not be able to edit any code.