Please support this project by putting a ⭐ on it
Covers date and time concepts, common sources of errors, and the Java Date and Time API.
- Overview Goes over date and time concepts and common sources of errors.
- Modeling in SQL
- Java Date-Time API
Explains the Java Date-Time API and uses JUnit tests to explain how the code should behave.
- How to model date and time in Java
- Code Examples
- Date and Calendar in Java the old way and new.