I’m trying to establish a schedule of events for a multi-day event and it would be optimal to have the primary field with a concatenate formula read:
CONCATENATE({Description (from Performer)}, " by ",{Performer}, " from ", {Start Time}, " to ", {End Time})
However, for Start and End times, I would love if ONLY the time (sans date) would show, because currently I have this mess showing:
Classical String Duet by XYZ Strings Band from 2022-04-14T02:00:00.000Z to 2022-04-14T03:30:00.000Z
TIA, Community!