Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Sanford, Yes the velocity email script token was used, just replaced the code.
Sanford Whiteman I'm getting a nasty error when I use this: Why can't I be as smart as you?!?! I just want to know the answer!! #set( $inTimeZone = $date.getTimeZone().getTimeZone('America/Chicago') ) #set( $outTimeZone = $date.getTimeZone().getTimeZone('America/Chicago') ) #set( $locale = ...
Works great for this format: Monday, February 27, 2017#set( $inTimeZone = $date.getTimeZone().getTimeZone('America/Chicago') ) #set( $outTimeZone = $date.getTimeZone().getTimeZone('America/Chicago') ) #set( $locale = $date.getLocale() ) #set( $myDate = $convert.parseDate($lead.contractDate,'y...
Hmm sorry Sanford not sure about that, I'm still learning and I tried something and it didn't work, thus I keep trying
Sanford Whiteman I tried replacing the last line of code with this: ${date.format("d MMMM yyyy",$contractDate)} But it rendered incorrect: ${date.format("d MMMM yyyy",$contractDate)} , and I'm too curious not to understand my mistake, what did I do wrong?
Ok thank you I just tried the other way from the third link that Greg provided and it worked!! Monday, February 27, 2017I'm going to try this new code you just provided but I think my internal client will accept either option, thanks to you both, always appreciated how helpful and quick you are!!!
Checking out these links, Yes the time zone is important as I'm reading what Sanford said and going to attempt to fix this myself based off the similar conversation another lady had, but my client is asking that I spell out the month...that seems a bit more involved, is there additional code to rend...
Hi, I need to change the standard date format from: 2017-02-27 to 27 February 2017 for an email send to a list of leads with a specific date for each. I'm using a token for a Contract Date field: {{lead.Contract Date}} which produces the standard format 2017-02-27The date in the lead record f...
Haha!! That is so funny, glad you cleared that up because I thought if I dare make the same mistake on here again I'll have you two to answer to! LOL!!!