jQuery date picker for footer


/ Published in: jQuery
Save to your folder(s)

Just wack this in the footer followed by the company name and you're copyright will always be up to date


Copy this code and paste it in your HTML
  1. Copyright ©
  2. <script type="text/javascript">
  3. var dteNow = new Date();
  4. var intYear = dteNow.getFullYear();
  5. document.write(intYear);
  6. </script>

Report this snippet


Comments


You need to login to view comments.