数据表中不能这么显示,当然你可以用DrawCell来实现:
If e.Col.Name = "某列" And e.Text > "" Then
e.Text = Format(e.Text,"yyyy年MM月dd日")
End If