Hi everyone, Thought I'd share this to help future teams in easily displaying long dates from date fields in Marketo. This script will display the weekday and full date in an email if pulling from a date field. We happen to be using a lead-type field here. $date.format('EEEE dd MMMM, yyyy', ${convert.parseDate(${lead.YOUR FIELD HERE}, 'yyyy-MM-dd')}) This will display a date such as: "Monday 1 January, 2017". Enjoy! Joni P.S. I'm not a coding expert so unfortunately won't be able to answer complex questions, sorry! Found how to insert the weekday from this post: A Few More Email Scripting Examples - Thanks to my colleague John Lau for initial work on the script!
... View more