On my site I use the following code to tell users when I last updated my website:
Last updated: ', new Date(document.lastModified).toLocaleString(), '
This shows users something like this:
Last updated: 22 April 2006 12:53:12
Would it be possible to remove the time, so it just says:
Last updated: 22 April 2006
Thanks
Martin