Revision: 5796
Updated Code
at April 4, 2008 19:19 by pufftenticle
Updated Code
© **PUT YEAR HERE** <script type="text/javascript"> var d=new Date(); yr=d.getFullYear(); if (yr!=2002) document.write("-"+yr); </script>
Revision: 5795
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 4, 2008 19:17 by pufftenticle
Initial Code
© 1999 <script type="text/javascript"> var d=new Date(); yr=d.getFullYear(); if (yr!=2002) document.write("-"+yr); </script>
Initial URL
http://snipplr.com/view/1394/automatic-date-for-footer/
Initial Description
i found this snippet here on snipplr (see the link up above), and really liked it. it came up with a validation error under XHTML 1.0 Strict so i changed it to what you see in the bottom.....
Initial Title
Auto Date for Footer
Initial Tags
date
Initial Language
JavaScript