English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
lastModifiedA read-only property that returns a string containing the date and time of the last modification of the current document.
document.lastModified
var x = document.lastModified;Test See‹/›
All browsers fully support the lastModified property:
Property | |||||
lastModified | Yes | Yes | Yes | Yes | Yes |
Return Value: | A string representing the date and time of the last modification of the document |
---|---|
DOM Version: | DOM Level3 |