Answers for "how to make html display current year w3schools"

3

html show current year

<script>document.write(new Date().getFullYear())</script>
Posted by: Guest on March-23-2021

Code answers related to "how to make html display current year w3schools"

Code answers related to "Javascript"

Browse Popular Code Answers by Language