Pisser, it seems that it doesn't feel like recognizing the input format (over which I have no control) as a date.
The input format is
mmm dd yyyy hh:mmAM (where mmm is the 3 letter abreviation for the month)
which I'd like to convert to mm/dd/yyyy hh:mm
Unfortunately, it's looking for
mmm dd, yyyy hh:mm AM
Without that comma and the space before AM/PM, it doesn't think it's a date so it doesn't apply the date formatting.
