Join our book community on Discord
This chapter includes 20 problems covering different date-time topics. These problems are mainly focused on the Calendar
API and on the JDK 8 Date/Time API. About the latter, we will cover less popular APIs such as ChronoUnit
, ChronoField
, IsoFields
, TemporalAdjusters
, and so on.At the end of this chapter, you'll have under your tool belt a ton of tips and tricks that are very useful to solve a wide range of date-time real problems.