Format current date "Month Day, Year"

Anonymous
Not applicable

Format current date "Month Day, Year"

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
Grégoire_Miche2
Level 10

Re: Format current date "Month Day, Year"

Hi David Latty​,

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

-Greg

Anonymous
Not applicable

Re: Format current date "Month Day, Year"

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