Concatenated Time fields getting 24hr time

I am concatenating 2 time fields and I am getting 24 hr time. They are 24hr time CHAR fields in our database so Iโ€™m assuming thatโ€™s why. How can I force the time to be 12hr when concatenating or do I have to convert them to their 12 hr variant text values before concatenating?

Solved Solved
0 6 224
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

Wrap each Time column reference in TEXT().

View solution in original post

6 REPLIES 6

Steve
Platinum 4
Platinum 4

Concatenating? Screenshot?

Steve
Platinum 4
Platinum 4

Wrap each Time column reference in TEXT().

I donโ€™t see a way to get โ€œAugust 3rdโ€ from the TEXT(), I see how to get August and 3 or 03 but the suffixed date doesnโ€™t seem present. Please tell me itโ€™s in there

It is not.

Yeah, youโ€™re own your own with adding suffixes to the numbers. Luckily thatโ€™s really easy to to do programmatically.

Top Labels in this Space