Something like this:

<?php date("m/d/y g:i:s A", filemtime("path_to_file/filename")); ?>

should do the trick. Also, there is an online manual for php at:

http://www.php.net/manual/en/