Answer

January 7, 2007 by Ty Whitaker
Copyright &copy; <%=year(date)%> Name of Site All rights reserved.

ASP coding for Year

March 3, 2007 by Carl Grint

ASP coding for Year

March 3, 2007 by Carl Grint
I use some ASP coding to set the first year of copyright, then check if the year is later then the first year and if so show the current year as the to Year

2005<% If DatePart("yyyy", date()) <> 2005 Then %> - <% =year(now) %><% End If %>

This way your copyright is always up to date, including when you first started, rather then just the current date

comps

October 5, 2007 by Paul Comps
comps