Help for this page

Select Code to Download


  1. or download this
    if($fileAgeInDays = $yesterday)
    
  2. or download this
    my($fileAgeInDays) = ((time() - (stat($eachFile))[9]) / 24 / 60 / 60);
    
  3. or download this
    my($fileAgeInDays) = ((time() - (stat($eachFile))[9]) / 24 / 60 / 60);