How to compare dates? - Mailing list pgsql-sql

From Abdul Wahab Dahalan
Subject How to compare dates?
Date
Msg-id 3E758782.9913878A@mimos.my
Whole thread Raw
Responses Re: How to compare dates?  ("Victor Yegorov" <viy@pirmabanka.lv>)
Re: How to compare dates?  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
List 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 by date:

Previous
From: Manfred Koizar
Date:
Subject: Re: create index right after create table not working?
Next
From: "Victor Yegorov"
Date:
Subject: Re: How to compare dates?