Mega Code Archive

 
Categories / JavaScript Tutorial / Document
 

Document lastModified

The lastModified property contains the date and time the document was last modified on the server. <html>     <script language="JavaScript">     <!--     document.write("Starting ",document.lastModified," the following ");     -->     </script>     </html>