In Salesforce, some fields display both a date and time on a record page but show only the date when used as a merge field in an email template. This happens because the field is a Date field, not a Date/Time field — and these two field types behave differently in merge field contexts.
Date and Date/Time fields in Salesforce are distinct field types and cannot be used interchangeably, even when they appear similar in name.
The field name alone does not indicate whether a field is a Date or Date/Time type. For example:
This is why the time may not appear when using a merge field in an email template, even though the field shows both date and time in the Salesforce record UI. The template is pulling from a Date field which has no time component.
If you have a Date/Time field and want to display only the date in an email template merge field, use the DATEVALUE function to convert it to a date-only value.
Example: To show only the date portion of a case's Created Date, use this merge field expression in your email template: {!DATEVALUE(Case.CreatedDate)}
The DATEVALUE function converts a Date/Time field (which includes both a date and time) into a Date-only value suitable for display in templates.
A sales rep creates an email template and includes the merge field for "Last Activity Date." In the email, only the date appears (for example, "June 10, 2026") with no time shown. This is expected and correct behavior — Last Activity Date is a Date field and does not store a time component. If the rep needs to show a time, they should use a Date/Time field such as Last Modified Date instead.
For further information, you can read more here: Using Date, Date/Time
000385613

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.