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


You need to login to view comments.