Help for this page

Select Code to Download


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