Date d = new Date(); System.out.println (d.getTime());
This code get the milliseconds (a long number) of the current time. For example: 1086440827929 I konw this long number contains informations that are more than hours, minuntes, and seconds.
Could anybody help me to convert this long number into a time/date format? Is there any method can do this converstion?