Skip to content

Instantly share code, notes, and snippets.

@usmanity
Created December 29, 2014 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save usmanity/c5a8bf90a0ce9ac61f28 to your computer and use it in GitHub Desktop.
Save usmanity/c5a8bf90a0ce9ac61f28 to your computer and use it in GitHub Desktop.
year in JS
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment