How to change the date format from MM/DD/YYYY to YYYY-MM-DD in PL/SQL? December 7, 2023 by Tarik use select to_char(date_column,'YYYY-MM-DD') from table;