Getting Times and Dates of Files : getlastmod « File Directory « PHP
- PHP
- File Directory
- getlastmod
Getting Times and Dates of Files
<?php
echo 'file was updated on ' . date('l d F Y, \a\t H:i:s T', getlastmod()) ;
?>
Related examples in the same category