date format 28str to date

Solutions on MaxInterview for date format 28str to date by the best coders in the world

showing results for - "date format 28str to date"
Nicola
16 Jul 2019
1mysql> Select STR_TO_DATE('22.10.2017',GET_FORMAT(DATE,'EUR'))AS 'EUROPEAN FORMAT';
2+-----------------+
3| EUROPEAN FORMAT |
4+-----------------+
5| 2017-10-22      |
6+-----------------+
71 row in set (0.00 sec)