[Explanation of my use case: I have a form to fill up where the date has to be mentioned in the described format. Month, hours, minutes, AM/PM etc. I’ll be using automation to copy the values from coda doc and paste in the form.]
Oh sorry! Didn’t fully see the other aspects of your request.
If you want month name use MonthName() and if you want AM/PM just use Right(2) on your time column which simply extracts the last two characters from the column