Wednesday, 18 September 2013

milisectonds to TDateTime - Java

milisectonds to TDateTime - Java

I´m in an android project that requiere save a file with TDateTime type
(Delphi). I have my date in milliseconds and I have not idea how parse
miliseconds to TDateTime. I have something like this:
Date dateInMillis = new Date(System.currentTimeMillis()); double
dateInDouble = ???;
I´ll be glad for any tips that can help me to resolve this.
PD: Sorry for my poor English =)

No comments:

Post a Comment