I found a neat little trick that allows me to get a last modified date / last changed date from a webpage I’m viewing.

Simply copy the code below into your address bar and it will cause a window to pop-up with the last modified date.

javascript:alert("Last Modified " + document.lastModified)

Very neat trick.

–Ben

Source:  About.com