# Introduction This lab will introduce you to the `isAfter()` method in the `LocalDate` class of the java.time package. The method returns a boolean value indicating whether one date is after another.
Click the virtual machine below to start practicing