in reply to Dates and SQL

you may need to check the sql reference for your database. when doing date queries in postgresql, for example, i've had to do something like "where to_date($date,"MM-DD-YYYY") > field_name" ...