im using parse exactl to convert the following string but still give me an error:
Tue Oct 06 2020 15:22:59 GMT 0200 (Central European Summer Time)
here is my convert:
DateTime frm = DateTime.ParseExact(dtFrom, "yyyy/MM/dd", CultureInfo.InvariantCulture);