Re: Mailing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Mailing
Дата
Msg-id 15059.1096988215@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Mailing  (Todd P Marek <affe23@somahq.com>)
Список pgsql-general
Todd P Marek <affe23@somahq.com> writes:
> I am using the to_char function to make the times human friendly
>     to_char(class_schedule.endtime, 'HH:MI:SS AM')
> which returns
>     06:30:00 AM - 07:30:00 AM

> I am really looking to get it outputting like this.
>     6:30 AM - 7:30 AM

> I have looked through the documentation and haven't found anything to
> do this in postgres.

I think you want 'FMHH:MI AM' ... if not, you'd better be more specific
about what you want.

            regards, tom lane

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

Предыдущее
От: Csaba Nagy
Дата:
Сообщение: Re: Mailing
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Mailing