Created
May 12, 2020 15:45
-
-
Save Farmatique/93183d0ce548c0d45f42d37746beac51 to your computer and use it in GitHub Desktop.
Add dynamic full year pure js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//you can put that inside any html-element | |
<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