Re: Date format problem

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Date format problem
Дата
Msg-id Pine.BSO.4.56.0409160338470.20135@leary.csoft.net
обсуждение исходный текст
Ответ на Date format problem  (Simon Moses <ks_moses@yahoo.com>)
Список pgsql-jdbc

On Thu, 16 Sep 2004, Simon Moses wrote:

> dear sir,
> i am getting date in 'yyyy-mm-dd' format when i use
> rs.getDate() method. i want it to be in 'dd/mm/yyyy'
> format.

This is the format that the Date class' toString() method uses, so this is
an application thing, not a driver property.  See
java.text.SimpleDateFormat.

Kris Jurka

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

Предыдущее
От: Simon Moses
Дата:
Сообщение: Date format problem
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: multiple out parameters implementation