How to compare dates?

Поиск
Список
Период
Сортировка
От Abdul Wahab Dahalan
Тема How to compare dates?
Дата
Msg-id 3E758782.9913878A@mimos.my
обсуждение исходный текст
Ответы Re: How to compare dates?  ("Victor Yegorov" <viy@pirmabanka.lv>)
Re: How to compare dates?  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Список pgsql-sql
How  do I compare this dates:

1. date( in timestamp) = 2003-03-16 11:29:23.567417+08

2. date created from java program like :

String format ="dd.MM.yyyy";
Date today = new Date();
SimpleDateFormat formatter = new SimpleDateFormat(format);
String todaysdate = formatter.format(today);

says the result is : todaysday = 17.03.2003

Any help very much appriciated
Thanks.



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

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: create index right after create table not working?
Следующее
От: "Victor Yegorov"
Дата:
Сообщение: Re: How to compare dates?