The automatically updated Copyright year
Do you have a lot of pages with the copyright notes?
Are you bored to edit all this pages when January 1st rolls around?
Use this simple and easy script to get rid of the New Year headache.
Select all of the text in the box below then copy to clipboard (Ctrl+c) then paste (Ctrl+v) it into the source code of your web page in the position you choose where the Copyright date will appear.
This is example of the code is placed inside a web-page:
Copyright ©
<script type="text/javascript">
document.write((new Date()).getFullYear());
</script>
YourCompany Inc.
Copyright © YourCompany Inc.
by Michel Komarov, © Copyright 2006. iCoder.com
Related Articles:






