How to get the yesterday date in AJO?
Solved! Go to Solution.
Views
Replies
Total Likes
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") %}
Reference - https://experienceleague.adobe.com/en/docs/journey-optimizer/using/content-management/personalizatio...
@NiteshSingh checkout nowWithDelta function.https://experienceleague.adobe.com/en/docs/journey-optimizer/using/orchestrate-journeys/building-adv...
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") %}
Reference - https://experienceleague.adobe.com/en/docs/journey-optimizer/using/content-management/personalizatio...
Hi @NiteshSingh,
Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.
Thanks!
Views
Replies
Total Likes