Nifty Javascript for Dates

Nifty JavaScript for Dates

This JavaScript will insert a changeable date wherever it is placed on a page. You can add a phrase like "last updated" before it and it will display as something like this:

last updated October 29, 1998

<SCRIPT LANGUAGE="JavaScript">

<!--

document.write(document.lastModified);

// -->

</SCRIPT>


Back to The Big Picture

Back to Intermediate HTML main page