# Introduction In this lab, we will learn about the Java LocalDate `of()` method which is used to obtain an instance of LocalDate from a given year, month, and day-of-month. This method returns a LocalDate object that represents the date created from the specified parameters.
Click the virtual machine below to start practicing