TOC PREV NEXT INDEX

Put your logo here!


lastModified


Returns the date on which the current document was last modified.

Syntax

date = document.lastModified 

Parameters

date is a string containing the date and time of last modification.

Example

dump(document.lastModified); 
// returns: Tuesday, July 10, 2001 10:19:42 

Notes

Note that as a string, lastModified cannot easily be used for comparisions between the modified dates of documents.

Specification

link to DOM spec here


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX