How to use Time(HH:MM) in email template from DateTime Field?
Create a Formula field and parse out the Time elements MID function.
MID(TEXT(Date/Time Field API Name), 12, 5)
use that formula field in your email template or report.
0 Comments