IMG.fileModifiedDate (Property)

The date that image file was last modified.

Availability:

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

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

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

See also:Document.fileModifiedDate

Property attributes:

ReadOnly