Hi there,
I’m using Airtable to log some vitals for my doctor, and, for some reason, DATETIME_FORMAT is returning the wrong times. So, 1:17 becomes 7:17, for example. Here’s my formula:
DATETIME_FORMAT({Auto Date},"M/D/YY - h:m ") & {AM/PM}
Any sugge...