Document.fileCreatedDate (Property)

The date that the document file was created.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:String primitive
JavaScript syntax:IEmyDocument.fileCreatedDate

Where it is possible to distinguish properties of document source files, this can tell you about the history of the document.

This read-only property describes the date that a file was created. With this you can calculate the age of the file by subtracting that date from the date and time now.

See also:IMG.fileCreatedDate

Property attributes:

ReadOnly.