Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I'm attempting to get the markdown to work -- hopefully, this works after I post. #set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/New_York") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date.getCalendar() )#set( $ret = $calNow.setTimeZone($defaultTimeZone) )#set( $ca...
Thanks Sanford. So would I set the various webinar dates in 1 velocity token that is referenced in the date processing? Also, what about the various URLs? Would they also be in their own V-Token? This is what I have so far in my "Date processing token" and I'm getting stuck: #set( $defaultTimeZone =...
Hello, I'm hoping to get some developer insight related to switching a confirmation email's URL content based on day/timewith Velocity. Note, that I am not a developer-I was referencing @Sanford's blog: https://nation.marketo.com/community/product_and_support/blog/2017/11/28/velocitips-switch-email-...