Displays the last time the file was written to disk.
Example
Code
In the <body> section of your document:
<script language="LiveScript">
<!-- hide script from old browsers
document.write(document.lastModified)
// end hiding contents -->
</script>