JS Dynamic Year (Copyright)


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

JS to dynamically update year -- good for copyright.


Copy this code and paste it in your HTML
  1. <script type="text/javascript">document.write(new Date().getFullYear())</script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.