Most of the time when you are developing a website, you develop and then it sits on the internet and certain things get changed, but certain things don’t. In most of my footers on websites there is a copyright notice with a year. To update that each year is a pain, so this will change it when the new year changes. It gets the year from the server.
Copyright © <%response.write Year(Now())%>
