Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

LastModified Example

<html> <body> <img id="myImage" src="yourimage.gif"><br> <button onclick="alert(document.lastModified);">Document Modified On</button> </body> </html>