prova così

codice:
<?php 
$file = basename($_SERVER['PHP_SELF']); 
echo date("d/m/Y H:i:s", filemtime($file)); 
?>