Determine last modified date of a web page

For web pages that do not list their last modified date, you can quickly determine the exact date and time when a website was last updated or modified by inserting the below string into the address bar.

javascript:alert(document.lastModified)

Computer tips home - Internet tips