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

'fileModifiedDate' Example

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

    
      
      








Related examples in the same category

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