Marcel Mueller
2016-02-03 15:18:05 UTC
System.ComponentModel.TypeDescriptor.GetConverter(typeof(DateTime)).ConvertToInvariantString(new
DateTime(2016,2,2))
"2016-02-02"
System.ComponentModel.TypeDescriptor.GetConverter(typeof(DateTime)).ConvertToInvariantString(DateTime.MaxValue)
"12/31/9999 23:59:59"
What the hell is going on here?
Marcel
DateTime(2016,2,2))
"2016-02-02"
System.ComponentModel.TypeDescriptor.GetConverter(typeof(DateTime)).ConvertToInvariantString(DateTime.MaxValue)
"12/31/9999 23:59:59"
What the hell is going on here?
Marcel