Mega Code Archive

 
Categories / Php / File Directory
 

Getlastmod() returns to you a Unix timestamp with the last modified date

<?php      echo date ("F d Y H:i:s.", getlastmod()) . "<br />";  ?>