Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -Tw
    
    ...
        $hour += 24 unless int($hour/12);
        return $hour;
    }
    
  2. or download this
    Today: 24hours.
    Sun: 25hours.