I'm trying to save a date field in SQLSERVER database, but it does not insert, it is returning the following error:
String was not recognized as a valid DateTime.
DateTime dat = DateTime.ParseExact(txtVencimentoC.Text, "dd/MM/yyyy",...
asked by
17.10.2017 / 21:54