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