I'm using the Location class and the getTime() method to get the current time in Android. Then I'm sending that Long number to some other device. That device receives the Long number and should display the data in a message box, but I don't know how to convert it into DD:MM:YY and time of the day (or anything readable by a human, actually). How do I do this? I can't use the current format, it has to be something that the average user can read.
Thank you!