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.
今年の ISO 第 1 週の月曜日の日付を知りたいです (2009 年の場合、これは 2008 年 12 月 29 日の月曜日になります)。
joda-timeがこれを処理できると確信していますが、API を理解できません (単に遅すぎるだけかもしれません)。
誰でも助けることができますか?ありがとう!
私はこれがうまくいくと信じています:
DateMidnight date = new DateMidnight().withWeekOfWeekyear(1).withDayOfWeek(1);