Android Question How to build Date/Time using Date/Time Dialog results

Alwinl

Member
Licensed User
Longtime User
I have two fields where the user will select a date and a time using DateDialog and TimeDialog. DateDialog.DateTicks works fine and return a long version of the date, which when formatted is: 2013-09-13 00:00.
TimeDialog.TimeTicks returns a massive negative number, which when formatted is:0002-12-31 12:57 (the time portion is correct)

I don't understand how to combine these two values to build the 'long' equivalent of :2013-09-13 12:57?
 
Top