Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Sure thing; I activated a triggered email instead of batch - but the output is still blank value.-MP
In a live email, I see blank value; but in Preview-by-List I see:Mar 6, 2018 10:44:18 PMjava.util.GregorianCalendar[time=1520397858674,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="CST6CDT",offset=-21600000,dstSavings=3600000,useDaylight=true,transitions=149...
Thank you for the detailed reply Sanford. Based on the framework within your blog article, I arrived at the following revision:#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/New_York") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date.getCalendar() )#set( $ret = $c...
Hi All, hope you're having a delightful day.I'm attempting to build an email script token that will output the full date in 90 days from runtime. After reading through other Nation pages, I created the following script modified from Jason Hamilton's answer here Dynamic date token for email :#set($...