How to get the yesterday date in AJO?
How to get the yesterday date in AJO?
How to get the yesterday date in AJO?
If you need this for personalization in the messages, either setDays function or the following snippet can be used
{% let yest = currentTimeInMillis() - 86400000 %}
{% let computedDate = toDateTimeOnly(yest) %}
{%= formatDate(computedDate, "dd/MM/yyyy") %}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.