0 points
Fri May 29 2020 15:03:49 GMT+0000 (UTC)
Posted by @headcountguru #javascript
<script> var year = new Date(); year = year.getFullYear(); jQuery(function($){ $('#footer-info').html('© ' + year + ' <a href="https://thisweekinworcester.com">This Week In Worcester</a> | All Rights Reserved'); }); </script>
Copy this code:
Preview:
Comments