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

'fileUpdatedDate' Example

    
<html>
<body>
<img id="myImage" src="yourimage.gif"><br>
<button onclick="alert(myImage.fileUpdatedDate);">Image Updated on</button>
</body>
</html>

    
      
      








Related examples in the same category

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