❔ issue trying to convert string into datetime in c# to be sent into sql datetime column
in my c# datagridview the column is in dd/mm/yyyy and in sql the column is in yyyy/mm/dd and im struggling to take in a string of a date from a textbox in c# and update my table which has the datetime column with this data