'fileCreatedDate' Example : File Date : Development : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP
JavaScript DHTML Home »  Development   » [  File Date  ]   
 



'fileCreatedDate' Example

Please note that some example is only working under IE or Firefox.

    
<html>
<body>
<img id="myImage" src="http://www.java2s.com/style/logo.png"><br>
<button onclick="alert(document.fileCreatedDate);">Document Created On</button>
<button onclick="alert(myImage.fileModifiedDate);">Image Modified On</button>
<button onclick="alert(myImage.fileSize);">Image Size</button>
<button onclick="alert(myImage.fileUpdatedDate);">Image Updated on</button>
<button onclick="alert(document.lastModified);">Document Modified On</button>
</body>
</html>

    
      
      
Related examples in the same category
1.  'fileUpdatedDate' Example
2.  'fileModifiedDate' Example
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.