date4j icon indicating copy to clipboard operation
date4j copied to clipboard

No dateTime.plusMonths(), dateTime.plusYears() etc.

Open johnnyfivedev opened this issue 6 years ago • 0 comments

Where is only plus(Integer aNumYears, Integer aNumMonths, Integer aNumDays, Integer aNumHours, Integer aNumMinutes, Integer aNumSeconds, Integer aNumNanoseconds, DayOverflow aDayOverflow) and plusDays(Integer aNumDays) methods in DateTime class. Why there's no plusMonths(Integer aNumMonths), plusYears(Integer aNumYears) etc? Same for the minus.

johnnyfivedev avatar Jan 16 '19 12:01 johnnyfivedev