G
Guest
I've got a datatable with 3 columns:
-A string
-A datetime
-An expression-based column
I want the expression based column to be a representation of both of the
other columns. The expression looks like:
ColString + ' ' + ColDate
The only problem is that the datetime format is very verbose. I don't need
the time at all, and I'd rather only have the month and year. Is there any
way to adjust this formatting in this scenario?
Thanks...
-Ben
-A string
-A datetime
-An expression-based column
I want the expression based column to be a representation of both of the
other columns. The expression looks like:
ColString + ' ' + ColDate
The only problem is that the datetime format is very verbose. I don't need
the time at all, and I'd rather only have the month and year. Is there any
way to adjust this formatting in this scenario?
Thanks...
-Ben