Help for this page

Select Code to Download


  1. or download this
    my ($mday, $mon, $year, $wday) = (localtime)[3..6];
    $mon  += 1;
    $year += 1900;
    
  2. or download this
    $year =~ s/^\d\d//;