Re: select date range? - Mailing list pgsql-sql

From Josh Berkus
Subject Re: select date range?
Date
Msg-id 200306162028.46202.josh@agliodbs.com
Whole thread Raw
In response to select date range?  ("ko" <ko@origo.com.tw>)
List pgsql-sql
Ko,

> (1)mydate attribute is timestamp
> (2)$_POST[start_date] is something like '2003/05/12'

You probably need to re-format the POST date before passing it to the 
back-end.  For example, my compilation of PostgreSQL would not necessarily 
correctly recognize that date format.

Try re-formatting the date to '2003-05-12'

-- 
Josh Berkus
Aglio Database Solutions
San Francisco


pgsql-sql by date:

Previous
From: "ko"
Date:
Subject: select date range?
Next
From: "Ramil G. Sagum"
Date:
Subject: Re: select date range?