This topic has not yet been rated - Rate this topic

lastModifiedDate property

The last modified date of the file.

This property is read-only.

Syntax

JavaScript
dateObject = object.lastModifiedDate

Property values

Type: Date

The last modified date of the file.

Remarks

Returns the last modified date of the file in the form of a new Date object. If the browser can't obtain file date information, null is returned.

See also

File
Blob

 

 

Send comments about this topic to Microsoft

Build date: 11/20/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.