Skip to content

Instantly share code, notes, and snippets.

@townivan
Created January 4, 2022 16:51
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 townivan/8335c21cbea77c567c69acb7bc6ee65c to your computer and use it in GitHub Desktop.
Save townivan/8335c21cbea77c567c69acb7bc6ee65c to your computer and use it in GitHub Desktop.
Display the current year without having to manually update it each time.
<span id="cdate"></span><script>document.getElementById("cdate").innerHTML = (new Date().getFullYear());</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment