Help for this page

Select Code to Download


  1. or download this
    $formatted_date = sprintf "%.2d.%2d.%2d", $mon+1, $mday, $year%100;
    
  2. or download this
    =head2 greg2rd
    
    ...
    ($mon,$mday,$year) = split /\./, $formatted_then;
    $then = greg2rd($year+1900, $mon, $day);
    delete if ($now - $then > $autodelete);