I get the following error when i try to convert to date time.
String was not recognized as a valid DateTime.
cost.b_date =
CultureInfo provider = CultureInfo.InvariantCulture; DateTime result = DateTime.ParseExact(c_date.Text, "d", provider);