I am converting the uk date format string to US format to save this into database but it throw me error \"String was not recognized as a valid DateTime.\"
st
try this
DateTime dt = DateTime.Parse(dtString, System.Threading.Tread.CurrentThread.CurrentCultur e.DateTimeFormat);