Java時間差工具,經過毫秒Long時間差,轉化爲x天x時x分x秒格式

/** * @author: yaobin * @date: 2019/6/13 * @description: 時間差工具 */ public class DateDiffUtil { private static final Long ONE_DAY_SECOND = 24*60*60l; private static final Long ONE_HOUR_SECO
相關文章
相關標籤/搜索