Help for this page

Select Code to Download


  1. or download this
    sub parseWebdate {
        my ($str) = @_;
    
    ...
        # normal time string
        return str2time($str);
    }