Forum OpenACS Development: Re: Problem with postgres query

Collapse
Posted by Jade Rubick on
First of all, you might want to check out the bug-tracker package.

Can't you do the select as

select to_date(xxx) from timesheetdate where mydate between (yyy) and (zzz).

Or some syntax like that?