Prints the last edit date of a website

PHOTO EMBED

Sun Feb 12 2023 01:12:56 GMT+0000 (Coordinated Universal Time)

Saved by @hquizzagan #javascript

var pageDate = new Date(document.lastModified);
console.log("Page was last modified on: " + pageDate);
content_copyCOPY