Hi all, I have an easy one for you! Any one know h...
# general
j
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
Assuming it supports this freemarker syntax (https://freemarker.apache.org/docs/ref_builtins_date.html) you could try
${.now?string.yyyy}
🙌 1