I am trying to get a formula to display the time of a date field, in 12 hour format.
Example: I have a date field set to 03/18/2022 6:00pm. I have a formula that is pulling just the time of that field : TIMESTR({Start}). This produces 18:00:00. But I...