LocalDateTime計算時間差


LocalDateTime 為java8的新特性之一


LocalDateTime.now() 獲得當前時間

java. time.Duration duration = java.time.Duration.between(LocalDateTime   startTime,  LocalDateTime  end Time );


例如:     duration.toMinutes()    //兩個時間差的分鍾數

toNanos()//納秒

toMillis()//毫秒

toMinutes()//分鍾

toHours()//小時

toDays()//天數


原文地址:https://blog.csdn.net/shaoyu_zhu_88/article/details/77148557



免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM