Help for this page

Select Code to Download


  1. or download this
    $len = length($day[5]);
    if ($len =~ /8/) {
    ...
    } else   {
        print "00:00:00";
    }