Guest_imported
New member
- Jan 1, 1970
- 0
On my main page (index.html) I have links to various sections of my website. I want to display on index.html the date and time when each section of my website was last modified.
Obviously I need to use lastModified but if I use document.lastModified, this only gives me the time/date of index.html itself. This is not what I want.
Obviously I need to use lastModified but if I use document.lastModified, this only gives me the time/date of index.html itself. This is not what I want.