I have a birthdate column of type Date in sql database
Date
And in my application I use a dateTimePicker to get the birth date
dateTimePicker
But when
Try this as string format:
cmd.CommandText="INSERT INTO person(birthdate)VALUES('"+dateTimePicker.Value.Date+"')";