那一列设置成日期列,另外加一列字符列。在datacolchanged事件写代码
If e.DataCol.Name = "日期" Then
e.DataRow("字符列") = Format(e.DataRow("日期"), "MM月dd日")
End If