I need a java.sql since I'm trying to take a java.util.Date as input and then use it to build a query. Date.
I was shocked to learn that it couldn't perform the conversion either implicitly or explicitly, but as I'm still learning about the Java API, I have no idea how I would go about doing this. Can someone please help me with this?