コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

email delivery template....change date format

Avatar

Level 5

I need in my delivery template change a date format from "dd/mm/yyy" to "dd < month write in words> yyyy"

1 受け入れられたソリューション

Avatar

正解者
Employee Advisor

<%= formatDate(new Date(), "%2D %Bl %4Y") %>

Displays 22 May 2017

this works in case of you are trying to format date from Date Object.

元の投稿で解決策を見る

4 返信

Avatar

正解者
Employee Advisor

<%= formatDate(new Date(), "%2D %Bl %4Y") %>

Displays 22 May 2017

this works in case of you are trying to format date from Date Object.

Avatar

Level 5

Tnaks a lot, it's working! 🙂

What's "%Bl" means? Can I change the language of month? For example instead May in english, I'd like write in french (mai) or spanish (mayo). Is it possible too?

Avatar

Level 3
I too would like to know the answer to this if you have one.

Avatar

Employee Advisor

Here is the manual, i was referring to

1212030_pastedImage_0.png

and Formatting

I am not sure, if you can use "Dictionary" strings for translating texts in deliveries. If you can't, you can define and call your language-specific JS function within delivery.