how can i convert a date in a string to a DateTime type, even when the date does not conform to what the .net library supports.
"dec 2 2009"
"dec 2, 2009"
"dec 2009"
"december 2009"
"dec. 2009"
"dec. 2, 2009"
and so on
is there a library for this?
assume us date format