Expand my Community achievements bar.

Dive in, experiment, and see how our AI Assistant Content Accelerator can transform your workflows with personalized, efficient content solutions through our newly designed playground experience.

How to convert this Real time emailer code in "<%= formatDate(rtEvent.ctx.balance_date, "%2M/%2D/%4Y", "Etc/GMT")%>" in the AJO

Avatar

Level 2

How to convert this Real time emailer ACC code "<%= formatDate(rtEvent.ctx.balance_date, "%2M/%2D/%4Y", "Etc/GMT")%>" in the AJO?

1 Reply

Avatar

Employee

You can use it on the following lines 

{% let d = formatDate(toDateTime(<balance_date>, "Etc/GMT"),"MM/dd/YYYY") %}
{{d}}

https://experienceleague.adobe.com/en/docs/journey-optimizer/using/content-management/personalizatio...