'lastModified' Example : lastModified « Javascript Properties « JavaScript Reference

'lastModified' Example

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

    
      
      








Related examples in the same category

1.'lastModified' Syntax and Note
2.'lastModified' is applied to