You may want to show the Last Modification Date of your website. Here is the JavaScript code to do that. Even you can edit the date and time format by editing this line:

const formattedDate = `Last modified on ${day} ${month} ${year} at ${hour12}:${minutes}:${seconds} ${ampm}`;