Help for this page

Select Code to Download


  1. or download this
               my $date = strftime "%Y_%m_%d", localtime($mod_time);
                my ($year, $month, $day) = split('_', $date);