If e.col.name = "开始日期" AndAlso e.row.isnull("开始日期") = false Then
e.text = format(e.row("开始日期"), "yyyy年MM月dd日")
End If