Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有一个可以用来计算经过时间的库?类似于...如果您将其传递long几毫秒,您会得到类似“2d 5h 12m 55s”的结果(可能甚至更多类似于 的格式SimpleDateFormatter)。
long
SimpleDateFormatter
我听说过jodatime,但我从未使用过它。它可以用于这样的计算,还是有其他更合适的库?
这并不是说我自己不能敲出一些方法,但我发现自己时不时地这样做,这就是为什么我想知道这样的东西是否已经存在。
使用Joda time的Period & PeriodFormatter。例子。