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
Show:
