Re: formating dates

Поиск
Список
Период
Сортировка
От Steve Crawford
Тема Re: formating dates
Дата
Msg-id 200506141258.17102.scrawford@pinpointresearch.com
обсуждение исходный текст
Ответ на formating dates  (Ângelo Marcos Rigo <angelo_rigo@yahoo.com.br>)
Список pgsql-php
On Tuesday 14 June 2005 12:44 pm, Ângelo Marcos Rigo wrote:
> Hi can i format dates from postgresql stored in the
> aaa-mm-dd format to June 14 2005 - Tuesday ?
>
> using just postgresql functions?

select to_char(now(), 'FMMonth dd yyyy - FMDay');

See to_char() documentation for more.

Cheers,
Steve


В списке pgsql-php по дате отправления:

Предыдущее
От: Philip Hallstrom
Дата:
Сообщение: Re: formating dates
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: formating dates