Re: [GENERAL] extracting date information? - Mailing list pgsql-general

From Jose' Soares Da Silva
Subject Re: [GENERAL] extracting date information?
Date
Msg-id Pine.LNX.3.96.980519095600.412C-100000@proxy.bazzanese.com
Whole thread Raw
In response to extracting date information?  (Kevin Heflin <kheflin@shreve.net>)
Responses Re: [GENERAL] extracting date information?  (Kevin Heflin <kheflin@shreve.net>)
List pgsql-general
On Mon, 18 May 1998, Kevin Heflin wrote:

> Any hints or clues on this one?
> Using Postgresql6.3 and PHP2
>
> I have a simple database with a list of events, one of the fields is of
> the data type "date".
>
> When I call this information from the database, it prints out the date
> in the form of "1998-05-05"
>
> What I would really like to do, when this date is retrieved, Is to
> format it something like "Thursday May 5, 1998" Anything more
> descriptive than "1998-05-05" would be great.
>
> I've tried using the "date(format,date)" call from PHP by saving the
> date in a variable, then:
> echo date("YMdl","$thedate");
>
> But when it is displayed it always prints out this date:
> "1969Dec31Wednesday"
>
> Any suggestions or comments would be appreciated.
>
If you use "datetime" type instead of "date" and set datestyle = 'Postgres'
your data will be like: Sat Dec 12 00:00:00 1998 CET
instead of: 1998-12-12
                                             Jose'


pgsql-general by date:

Previous
From: Philip Bierhoff
Date:
Subject: About Deleting Large Objects
Next
From: Kevin Heflin
Date:
Subject: Re: [GENERAL] extracting date information?