no date_format in postgre? =(

wxdqz

New Member
Anyone know of a function similar to Mysql's date_format. What i'm trying to do is format a date in a column like this:

January 1, 2002 7:30pm

Unfortunately, all I've been able to find for postgre is datepart function
 
Top