Skip to content

Instantly share code, notes, and snippets.

@Mediatros
Forked from CapWebSolutions/fullyear.js
Created August 3, 2021 20:17
Show Gist options
  • Save Mediatros/f144957bbafffbca9747e2f2295bbc3e to your computer and use it in GitHub Desktop.
Save Mediatros/f144957bbafffbca9747e2f2295bbc3e to your computer and use it in GitHub Desktop.
Write out curent year in HTML page
<script>document.write( new Date().getFullYear() );</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment