asp.net.ph

Skip Navigation Links

fileCreatedDate Property

DHTML Object Properties   DHTML Objects


Retrieves the date the file was created.

Syntax


HTML N/A
Script [ sDate = ] img.fileCreatedDate

Possible Values


sDate String specifying the date the file was created ( for example, "Monday, December 08, 1997" ).

The property is read-only with no default value.

Example

This example code fragment assigns the date the current file was created to a variable named dateCreated and displays it in a message box.

var dateCreated = document.fileCreatedDate;
alert ( dateCreated );

 Show me 

Applies To

document, IMG



>

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note