"peter" <peter(at)peter(dot)com> writes:
> how do I convert a date from mm/dd/yyyy to dd/mm/yyyy
Dates are stored internally as a format-independent quantity. Toformat a date, use the to_char() function. See the docs forhow to use to_char().
-Doug