Hi there,
Could anyone assist with the personalisation token issue below?
I’ve added the target data attribute as: Date: <%= targetData.expStartDate %>. However, in the test email delivery, the date appears with a timestamp, e.g., Date: Sat Dec 28 2024 05:30:00 GMT+0000 (Coordinated Universal Time).
Could someone help with the code to display only the date in this format: Date: 09 Jan 2024?
Additionally, we are passing both date and time in the date variable. How can we split them into two separate attributes, such as:
Date: 09 Jan 2024
Time: 09:00?
Thank you!
Arivu.