/ Published in: JavaScript
JS to dynamically update year -- good for copyright.
Expand |
Embed | Plain Text
<script type="text/javascript">document.write(new Date().getFullYear())</script>
You need to login to post a comment.
JS to dynamically update year -- good for copyright.
<script type="text/javascript">document.write(new Date().getFullYear())</script>
You need to login to post a comment.