I want to record the time using System.currentTimeMillis() when a user begins something in my program. When he finishes, I will subtract the current Syste
System.currentTimeMillis()
Syste
long time = 1536259; return (new SimpleDateFormat("mm:ss:SSS")).format(new Date(time));
Prints:
25:36:259