postgresql date format dd/mm/yyyy hh mm code example Example: postgresql format date dd/mm/yyyy select to_char(date_col, 'DD/MM/YYYY') from table;