Please support this project by putting a ⭐ on it
An overview of the Java Date-Time API
- Includes slides explaining the Java Date-Time API - see Make a Date with Java
- Includes fully working code examples from the presentation
- Includes solutions to Questions and Exercises: Date-Time API
- Uses JUnit tests to explain how the code should behave.
(See Time Zones for a quiz question on time-zones.)
- Review the presentation Make a Date with Java
- Take a look at the Java code and tests
- Run the JUnit tests to see how the code is expected to work
- Experiment!
- Java 101: Catching up with the Java Date and Time API
- Collection of articles and links about JSR-310
- Intuitive, Robust Date and Time Handling, Finally Comes to Java
- Converting back and forth between old and new classes