How to format Events.StartDateTime in Salesforce EmailTemplate -


i'm trying format startdatetime in email template, can't do. i'm able same activitydate, problem don't time in activitydate.

here's code: {!act.startdatetime}

currently date looks fri aug 30 15:00:00 gmt 2013 want display 08/30/2013 11:00 (eastern time)

any appreciated!

please note i'm trying achieve within email template

try

{!act.startdatetime +0}

or create formula field , display him instead of activitydate


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -