Re: Format current date "Month Day, Year"

Anonymous
Not applicable

I need to add the current date to my email in the format "November 25, 2015". The system.date token should show the current date, but I dont believe its in my desired format. How do I show the above - for the current date* (which should be dynamic)?

2 REPLIES 2
Anonymous
Not applicable

This needs to be done as a velocity script as suggested above.

Grégoire_Miche2
Level 10

Hi David Latty​,

Use a script token in you program. See here : Date Format Velocity Script 

-Greg