JavaScript Reference/Javascript Properties/fileUpdatedDate
"fileUpdatedDate" Example
<html>
<body>
<img id="myImage" src="yourimage.gif"><br>
<button onclick="alert(myImage.fileUpdatedDate);">Image Updated on</button>
</body>
</html>
"fileUpdatedDate" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<img> |
+----------------+--------------------------------------------------------------+
"fileUpdatedDate" Syntax and Note
Note:
Read-only property.
Returns the file last updated date.
Syntax:
document.all.imgID.fileUpdatedDate