Join Discord
Powered by
Before the template variable update, I could gener...
# questions
u
user
02/17/2022, 12:58 AM
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?
Previous
Next