Java LocalDate Minus Method

# Introduction The `LocalDate` class in Java allows us to perform date-based operations. One of the operations we may need to perform is to subtract a certain number of days, weeks or months from a given date. The `minus()` method is used to subtract a specified amount of time from a `LocalDate` object.

|60 : 00

Click the virtual machine below to start practicing