PHP Last time a file was modified

Last time a file was modified

<?
echo date("D m/d/Y h:i:s a", fileatime($PATH_TRANSLATED));
?>