Velocity script token in friendly date format
I have a velocity script token in my email to add 30 days from today's date with a "friendly" date format: "Feb 25, 2021"
I also directly include a Date field using its {{lead.token}}: {{lead.Membership End Date:default=end date}}. However, that output is of course not in a "friendly" date format, but in the default system format "2021-01-22".
Sample email copy:
Your membership expired on 2022-01-22; however, if you renew before Feb 25, 2021 we'll be happy to extend your renewal rate.
I know I need to use Velocity to output the Membership End Date instead of using the {{lead.token}} directly but how do I format that field?