This article explains how to display the time portion of a DateTime field in a Salesforce Report. By default, when you add a DateTime field as a row or column in a Salesforce Report, only the date value is displayed. The time value is not shown. To display the time value, an Administrator can create a formula field.
To display the Time value, Administrators may choose to create a formula field that will display the time.
Use the following formula syntax to extract the time from a DateTime field:
LEFT(RIGHT(TEXT(DateTimeField ± (X/24)), 9), 5)
— where ± means plus or minus depending on your timezone offset from GMT, and X is the number of hours offset.
For example, for PST (UTC-8), the formula would be: LEFT(RIGHT(TEXT(CreatedDate - (8/24)), 9), 5). This returns the time in 24-hour format. Add this formula field to your report to display time values.
000383792

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.