/ Published in: jQuery
Just wack this in the footer followed by the company name and you're copyright will always be up to date
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Copyright © <script type="text/javascript"> var dteNow = new Date(); var intYear = dteNow.getFullYear(); document.write(intYear); </script>