列一:2023-08-29 13:33:00 拆分成 列二:2023-08-29 列三:13:33 求代码?谢谢!
比如
If e.DataCol.Name = "列一" Then
If e.DataRow.IsNull("列一") Then
e.DataRow("列二") = Nothing
e.DataRow("列三") = Nothing
Else
dim d as date =
e.DataRow("列一")
e.DataRow("列二") = d.date
e.DataRow("列三") = d
End If
End If