I am not able to process my date format from inputs of dates like Jan-05-1975
, Kindly let me know what is wrong with following sql query. I want the format from the input to be in dd-mm-yyyy
Select STR_TO_DATE ('Jan-05-1975','%e-%b-%Y')
OR
Select DATE_FORMAT ('Jan-05-1975','%e-%b%-Y')