postgres get today date code example Example: postgresql date = today Click to copySelect * from table where col_date::date = now()::date;