3
I am doing a program in Java. In it I get a date of type java.util.Date
, but I need it in java.sql.Date
so that I can enter into the database. But on that date, I have hour, minute and second and I would like to insert with all this data. Someone knows how to do it?
Thank you.
Perfect guy, solved my problem! Thank you so much
– Juan Lima