JavaScript Reference/Javascript Properties/fileUpdatedDate

Материал из Web эксперт
Перейти к: навигация, поиск

"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