chaîne à ce jour postgres

#Convert string to date postgres SQL
TO_DATE(text_field,'DD/MM/YYYY')
JoeCoder