Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time
    +);
    $year+=1900;
    $date = "$month/$mday/$year";