date

to_date()

Возвращает дату из строки

select
  to_date(date_str, 'DD.MM.YYYY') dt
from
  table_name