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

'fileCreatedDate' Example

    
<html>
<body>
<img id="myImage" src="yourimage.gif"><br>
<button onclick="alert(document.fileCreatedDate);">Document Created On</button>
</body>
</html>

    
      
      








Related examples in the same category

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