/ Published in: JavaScript
JS to dynamically update year -- good for copyright.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<script type="text/javascript">document.write(new Date().getFullYear())</script>