lastModified Property

Internet Development Index

Retrieves the date the page was last modified, if the page supplies one.

Syntax

[ sModified = ] document.lastModified

Possible Values

sModifiedString that receives the most recent date the page was modified, in the form "MM/DD/YY爃h:mm:ss".

The property is read-only. The property has no default value.

Standards Information

There is no public standard that applies to this property.

Applies To

document