I want to add the year within the boilerplate language in my footer so the year is dynamic and won't have to be changed Dec. 31 to show 2011 on Jan. 1. I know I can use the DateTime web part and CSS to display it all inline to accomplish this, but there are a couple of other instances where I want to add a date without using the web part.
Within a static html web part I want to add code along the lines of the following:
<p class=copyright">© {%# <%response.write(Year(Date)) %} by My Company. All rights reserved.</p>
I'd also like to be able to insert the date on a newsletter template without using the DateTime webpart because the date gets knocked out when the html is emailed.