android studio localdate get first day of month code example
Example: android studio localdate get last day of month
YearMonth thisYearMonth = YearMonth.of(2017, 8);
LocalDate date = thisYearMonth.atEndOfMonth();
YearMonth thisYearMonth = YearMonth.of(2017, 8);
LocalDate date = thisYearMonth.atEndOfMonth();