I have 2020-12-15T12:06:26.000Z how can I use only dd-mm-yyyy for where clause in mysql code example
Example: select STR_TO_DATE(date_seance1,'DD-MM-YYYY')
ORDER BY STR_TO_DATE(datestring, '%d/%m/%Y')
ORDER BY STR_TO_DATE(datestring, '%d/%m/%Y')