How To: Format Date and Time Together
Show date and time together, including 12-hour, 24-hour, and timezone-aware output.
Problem
Solution
{{!Opportunity.Created_DateTime__c format-date="MM/dd/yyyy hh:mm:ss a"}}{{!Opportunity.Created_DateTime__c format-date="MM/dd/yyyy HH:mm:ss"}}{{!Opportunity.Created_DateTime__c format-date="MM/dd/yyyy hh:mm:ss a TZ:America/New_York"}}Time Pattern Reference
Pattern
Meaning
Example
Common Timezones
Tips
Last updated
Was this helpful?

