Join Slack
Powered by
Hi all, I have an easy one for you! Any one know h...
# general
j
JNLNE
08/09/2022, 8:35 PM
Hi all, I have an easy one for you! Any one know how to add the current year to an email template for the copyright footer?
s
scottvonduhn
08/09/2022, 9:05 PM
Assuming it supports this freemarker syntax (
https://freemarker.apache.org/docs/ref_builtins_date.html
) you could try
${.now?string.yyyy}
🙌 1
3
Views
Open in Slack
Previous
Next