Auto-Update of the Copyright Year - Javascript


Insert this snippet into the HTML where you want the year to be and it will always be current
<script>document.write((new Date()).getFullYear())</script>

No comments:

Post a Comment