File last updated time
<?php $file = "./demoCSV.csv"; echo "File last updated: ".date("m-d-y g:i:sa", filemtime($file)); ?>