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