my date format in sql server is yyyy/MM/dd

and when I check the table data on c# the date format is MM/dd/yyyy

and when i run the code, i always encounter this error.

but when i set the value for BirthDate to NULL, the program runs smoothly. help please.