Before the template variable update, I could gener...
# questions
u
Before the template variable update, I could generate yesterday's date by
{{CURRENT_DAY - 1}}
. Now I am trying to generate it by using
<%=CURRENT_DAY-1%>
but no luck, any advice on how to do this?