Android Question JRDC2 problems datatime format

oscarsarrio

Member
Licensed User
Longtime User
I continue adapting my my programs to the new JRC2 service from the old one, and again I have a date problem.
When I perform the query of a date that in the bdd is: "2018-04-16 14: 58: 00.0" when I retrieve it from the JDRC2 it returns a "1484543700000" (ticks?) And obviously I get the error later " java.text.ParseException: Unparseable date: "when I try to do the operations that I used to do before.

Is there a way for the dates to be returned by the string ?? If not, there is a method to convert tick to date and time quickly ???

Really thanks
 
Top