Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $end   = '2013/04/11 20:19:12';
    
    print sprintf "%.2f", ( str2time($end) - str2time($start) ) / 3600;
    
  2. or download this
    2241.88