Help for this page

Select Code to Download


  1. or download this
        $time = timelocal($sec,$min,$hours,$mday,$mon,$year);
    
  2. or download this
        use Time::Local;
        my $time = timelocal(0, 0, 0, 21, 4, 1981);
        my $wday = (localtime $time)[6];