How do I add the current date to a vB3.5 forum footer?
I added some text to the footer of my forum.
It says Copyright © MySite.com 2004 - 2005.
Most of the site is in ColdFusion and the 2005 part is really this:
<CFOUTPUT>#DatePart("yyyy",now())#</CFOUTPUT>.
Is it possible to do the same in php?
I know it's only one simple date to update and it only happens once per year, but I'd still like it automatically updated.
Thanks, Cliff
|