public class TimeUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
formatDurationTill(long start)
Calculate the duration between now and the given time
Taken mostly from http://stackoverflow.com/a/5062810/207604 .
|
public static String formatDurationTill(long start)
start - starting time (in milliseconds)Copyright © 2022. All rights reserved.