The lastModified property shows when the current web page was last updated.
Code:
<script type="text/javascript"> //<![CDATA[ document.write("Last modified: ", document.lastModified); //]]> </script>
Output: