In the column definition of the grid I am able to format a date as follows
col.Field("CreateDate").Format("yMd").Add();
but I need to format the date/time as month/day/year hour:minutes.
I've tried some of the standard formats that I am aware of but have not been able to get any of them to work.