Formats a time as h:mm a.
h:mm a
static String hm([DateTime? datetime]) => DateFormat.format(datetime, 'h:mm a');