On one of my previous sites I started using a copyright using this code and a css named footer. I have tried adding the code to a page and all I get is a last updated. Is it possible to get a feature for this that can be somewhat editable especially the by 'your name part starting date' this brings back the last updated year and prints the copyright as well. I looked all over to see if there was such a thing and was unable to find it.
<p><span class="footer">Copyright © August 2006,
<script language="javascript">
<!--
var date = new Date(document.lastModified);
document.write("Last Updated: " + (date.getMonth()+1)+"/"+date.getDate()+"/"+date.getYear());
// -->
</script>by your name</span></p>