Posts by Dayane Mendes • 1 point
1 post
-
0
votes0
answers76
viewsQ: How to convert `data java.util.Date` to `java.sql.Date`?
The idea is to consult the data by dates in the database (Mysql): I have 2 fields JXDatePicker and I want the return of the data between the initial date and the final date. In Mysql, the field date…