Search this site!

Return to the CSB Support home page
Date Page Last Modified   |   Date & Time Page Last Modified   |   Current Day and Date   |   Current Day, Date, Time (expanded)
Date & Time Page Last Modified
Description:
Use this easy javascript in a BYOWG to display the date and time your web page was last modified.

This was originally published in the Trellix Cafe by Alan Marks! I modified it to change the font size.
How to use:
Simply cut and paste the code provided into a BYOWG and publish
Example:
Download the code
right click on link, then click on 'Save target (or frame) as'
Other information:
I use this script at the bottom of each page. By inserting the code during 'Edit Page Layout', it is automatically inserted into each page.  It's a little tricky because currently (as of version 2.7) you cannot create or insert a web gem while working in the 'Edit Page Layout' .  So you have to use the Trellix Pass Thru technique!

Source code:

<SCRIPT LANGUAGE="Javascript">
<!--
document.write("<font size=1>This page last modified on: ");
document.write(document.lastModified);
document.write("</font>");
// -->
</SCRIPT>