# Introduction The `LocalDate` class in Java8 provides multiple methods to manipulate date values. One such method is `withMonth()`, which returns a new `LocalDate` instance after changing or setting the month-of-year.
Click the virtual machine below to start practicing