Get Current Year


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

Great for use in site footers.


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.