<? $hour = date("G",time()); $hour = round($hour); $time=date("$hour:i:s", time()); print ( "$time"); ?>