Answers for "System.FormatException: 'String '09-03-2020' was not recognized as a valid DateTime.'"

CSS
1

System.FormatException: 'String '09-03-2020' was not recognized as a valid DateTime.'

this.Text="22/11/2009";

DateTime date = DateTime.ParseExact(this.Text, "dd/MM/yyyy", null);
Posted by: Guest on May-29-2020

Code answers related to "System.FormatException: 'String '09-03-2020' was not recognized as a valid DateTime.'"

Browse Popular Code Answers by Language