What method is used to get the month value (1-12) from a LocalDate object?
LocalDate
getMonth()
getMonthValue()
monthValue()
getMonthOfYear()