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
Notes
Note that as a string, lastModified cannot easily be used for comparisions between the modified dates of documents.
Specification
Netscape Communications http://developer.netscape.com |