Answers for "print just year javascript"

3

html print year

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

how to get the year in javascript

new Date().getFullYear(); // This will get you the current year
Posted by: Guest on April-21-2020

Code answers related to "print just year javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language