Limitations of Old Date/Time API

This lesson discusses the limitations of old date and time API.

We'll cover the following...

Java 8 introduced a new Date and Time API, also known as JSR-310 under the java.time package.

It is a very rich API for working with dates and times. Before we look at the features it provides, we should discuss the limitations of the old API.

Limitations of the old Date/

...