# Introduction The Java `minusMonth()` method is used to subtract or remove the specified number of months from a date and returns a new `LocalDate`. In this lab, we will learn how to use the `minusMonth()` method to subtract months from a date.
Click the virtual machine below to start practicing