Not sure if this is a bug. Couldn’t get date formatting to work with the following code:
<Field acf_date=course_start_time format="g:ia"/>
It displays 2:30pm as 2:03pm
This code does work:
<Date format="g:ia"><Field acf_date=course_start_time /></Date>