Rather than updating a common footer in an email template, is there any way to programmatically use the system's or client's current year?
Solved! Go to Solution.
I did this as my first velocity scripting. I used email script token at the parent folder. The code was :
©$date.get('yyyy') Demand Spring, 148 Lanigan Crescent Ottawa, ON, Canada K2S 1G9
Putting the year in as a token in your top level folder is the easiest way.
Would this be as a system year?
No, you'll still have to update it but the beauty of tokens is that changing them doesn't require you to re-approve assets.
You can create an email script for your emails and on your landing pages put in javascript if you're familiar with coding.
I did this as my first velocity scripting. I used email script token at the parent folder. The code was :
©$date.get('yyyy') Demand Spring, 148 Lanigan Crescent Ottawa, ON, Canada K2S 1G9