I am trying to sort a DataTable on a string column by DateTime.
DataTable
string
DateTime
For various reasons, the column must be left as a string
You can sort dates as a string if you use the format YYYYMMDD
YYYYMMDD