Re: date_format in postresql

From: Frank Bax <fbax(at)sympatico(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: date_format in postresql
Date: 2004-07-21 13:17:45
Message-ID: 5.2.1.1.0.20040721091432.00ac22b0@pop6.sympatico.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php pgsql-sql

Check your version with:
select version();
In the meantime, you could try
date_part('epoch', submittime)
which will return a unix timestamp, you could then use functions within
your scripting language to convert to human readable date formats.

Frank

At 11:53 PM 7/20/04, azah azah wrote:

>Thanks Chris and Rod.
>
>I think I have a problem because not many function existing in
>postresql that i installed.
>How can i get all the build-in functions because the basic function
>to_char is not existing in the database?
>
>On Tue, 20 Jul 2004 22:39:38 -0400, Rod Taylor <pg(at)rbt(dot)ca> wrote:
> > 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
> >

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Rod Taylor 2004-07-21 14:45:27 Re: date_format in postresql
Previous Message azah azah 2004-07-21 03:53:14 Re: date_format in postresql

Browse pgsql-sql by date

  From Date Subject
Next Message Markus Bertheau 2004-07-21 14:04:37 immutable function calling stable function
Previous Message Theodore Petrosky 2004-07-21 12:35:06 Re: Please help me.. problem in to_char