Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Darshil, When I applied this script below. #set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/New_York") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date.getCalendar() )#set( $ret = $calNow.setTimeZone($defaultTimeZone) )#set( $calConst = $field.in($calNow) )#set( $...
Hi Darshil,Sorry for the delay. Regarding your inquiry "What is the unformatted output of the nextDueDate field? Earlier you said it was 2010-05-07T15:41:32-05:00 , and we shared the code to process this input date format which isn't working for you, so could you please confirm the output of your o...
Hi Darshil,I'm just not sure where in the code I need to change the value of the variable. Are you referring to line 12? Also I'm not sure what you're referring to when you say value.#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/New_York") )#set( $defaultLocale = $date.getLocale(...
I figured as much. When you mentioned "Do you want to try the "yyyy-MM-dd'T'HH:mm:ss" format?" Do you mean applying it to throughout lines 6-10 in the code. See below:#set( $ISO8601DateOnly = "yyyy-MM-dd'T'HH:mm:ss" )#set( $ISO8601DateOnlyMonthFirst = "yyyy-MM-dd'T'HH:mm:ss" )#set( $ISO8601DateTime ...
Hi Darshil,Not sure if this is a factor, but I looked at how our member next due date fields are displayed and this is how it shows in the field:Do you think this may have a factor in why the code isn't working?
Hi Darshil,I placed the code in #set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/New_York") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date.getCalendar() )#set( $ret = $calNow.setTimeZone($defaultTimeZone) )#set( $calConst = $field.in($calNow) )#set( $ISO8601DateOnl...
Hi Darshil,I applied the code below:#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/New_York") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date.getCalendar() )#set( $ret = $calNow.setTimeZone($defaultTimeZone) )#set( $calConst = $field.in($calNow) )#set( $ISO8601Dat...
Hi Darshil,I applied the code and this was the result:
I knew the answer was there somewhere @Darshil_Shah1 . This sums it up perfectly. Thanks so much for the help. 🙂
Hello everyone,This is my first time in this scenario, and although I played around with this, I am not sure what and if there is a strategy to accomplish this.Scenario: We want to start a campaign to send an email (call it Email Alpha) to members 15 days after they come onboard. However, we want to...