Day of the week token? | Community
Skip to main content
Alexis_D_Alba1
Level 5
April 24, 2015
Question

Day of the week token?

  • April 24, 2015
  • 2 replies
  • 1621 views
We would like to start incorporating the day of the week in our triggered emails so the first line would read:  "Happy Friday, Name!"

I would love to know if anyone is doing this, and if so, how it was implemented.

Thanks!
Alexis
 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Josh_Hill13
Level 10
April 27, 2015
You might be able to do this with Email scripting...or a very complex method involving several fields.
May 29, 2015

Using this in an email script token should get you the day of the week:

$date.format('EEEE', ${convert.parseDate($date.full_date, 'EEE, MMMM dd, yyyy')})

Alexis_D_Alba1
Level 5
May 29, 2015

Thank you, Ryan! I will try it out.