Help for this page

Select Code to Download


  1. or download this
    # Utility function to convert a date string to a DT object
    sub _str2dt {
    ...
    
        return $date;
    }