Формат даты изменения в Oracle Query

select to_char(date_column,'YYYY-MM-DD') from table;
Encrypter