1
How do I convert a TIMESTAMP
or DATETIME
mysql in a GregorianCalendar
Java? Or a better idea?
In class, the field dataCadastro
is the type GregorianCalendar
. I’m recording in the bank on the guy TIMESTAMP
dd-MM-yyyy 00:00:00
.
Now I want to do the opposite, take from the bank and generate the GregorianCalendar
to compose the object.
The idea is to keep the complete data of the user’s registration date!
How to do?
Gregoriancalendar. No Calendar! ?
– Carlos Rocha
in the same way... only instead of using getInstance.. you make a new Gregoriancalendar( )
– Pedro Laini