I am using torque3.1 with a MySQL database, I have a date field in my database and was wondering is there any way I can search on dates only in my database. Right now if I set the Criteria object to search for a date and pass it a java.sql.Date object, it searches for date and time, not just the plain date (yyyy-mm-dd). Thanks for any response.