I have the following date as string "091020". I am using SubSonic as my DAL. When I do
myObject.DateColumn = "091020"
I get the error "Conversion from type String to Type Date is not valid"
I tried playing with the IFormatProvider and CultureInfo but can't seem to get raid of the error.
What am I missing?