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