if($hh > 12) { # hh = 12; $hh = $hh - 12; $ampm = "PM"; } else { $ampm = "AM"; # opps 12 PM just became 12 midnight. }