On Tue, 2004-07-20 at 20:55, azah azah wrote:
> Hi,
> I want convert from mysql to postresql,
> in mysql, query to database using the code as below:
>
> date_format(submittime, "%W %M %e, %Y - %r")
to_char(submittime, 'format string')
http://www.postgresql.org/docs/7.4/static/functions-formatting.html