vote up 0 vote down
star

I was wondering what ways there are to have the current year in a copyright line. I don't like having to change it manually every year.

flag

1 Answer

vote up 0 vote down

ASP - Display Current Year:

<%=DateTime.Now.Year%>

Many people use this for copyrite.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.