G
Guest
I mean to create a new column with Integer type, which is defined by its
expression to be Year/Month/Date of a DateTime Column.
Of course, It is simple to define such a new column by
Substring(Convert(DateTimeColumn,"System.String"),x,y) to get
Year/Month/Date of DateTime Column if we know the DataTable.Local when we
code the expression.
If not, how to do?
Any suggestions are welcome.
LI Ying
expression to be Year/Month/Date of a DateTime Column.
Of course, It is simple to define such a new column by
Substring(Convert(DateTimeColumn,"System.String"),x,y) to get
Year/Month/Date of DateTime Column if we know the DataTable.Local when we
code the expression.
If not, how to do?
Any suggestions are welcome.
LI Ying