Help for this page

Select Code to Download


  1. or download this
    sub strftime ($@) {
        my ($format,$second,$minute,$hour,$day,$month,$year) = @_;
    ...
    }
    
    print strftime( '%Y%m%d.%H%M%S', localtime() );