auto insert year in website copyright code example
Example 1: automatic get year for copyright html
php echo date(Y);?>
Example 2: automatic get year for copyright html
<script type="text/JavaScript"> var theDate=new Date() document.write(theDate.getFullYear()) </script>