call year in html

Solutions on MaxInterview for call year in html by the best coders in the world

showing results for - "call year in html"
Michele
19 Mar 2016
1<script>document.write( new Date().getFullYear() );</script> 
2