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.
我想知道两个 joda 日期对象之间的区别。我知道如何使用以下代码计算两个日期之间的差异:
Days.daysBetween(startDate, endDate)
我需要计算要排除周末和节假日的工作日的差异。有同样的方法吗?
考虑这些工作日数
Joda Time:如何在某个日期间隔内获取工作日的日期?
计算Java中两个日期之间的工作日数
至于假期,这些是特定于您所在地区的。由包含日期的配置文件填充的 Set 就足够了。