Javascript Updating Copyright


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

Self updating javascript copyright date


Copy this code and paste it in your HTML
  1. Company Name &copy; <script>document.write(new Date().getFullYear())</script>, All Rights Reserved.

Report this snippet


Comments


You need to login to view comments.