Closed irkush closed 11 years ago
There is absolutely no reason for the OrderDate to be of type string.
Use the datatype DateTime which exists in C# and format the date to the specific underlying usages.
Solved in 87c6fe9b01451977f032e95265d1434e7cc0b34a
There is absolutely no reason for the OrderDate to be of type string.
Use the datatype DateTime which exists in C# and format the date to the specific underlying usages.