getlastmod() returns to you a Unix timestamp with the last modified date.
<?php echo date ("F d Y H:i:s.", getlastmod()) . "<br />"; ?>