copyright dynamic year code example
Example 1: footer credits with jquery date time
© <span id="copyright"> <script>$('#copyright').text(new Date().getFullYear());</script> </span>
Example 2: automatic get year for copyright html
php echo date(Y);?>