automatic get year for copyright html 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>
Example 3: automatic get year for copyright html
©<? echo date(Y);?>