比如:月末 LocalDateTime with = localDateTime.with(TemporalAdjusters.lastDayOfMonth());
希望新增api 年初, 年末, 月初,月末
LocalDateTimeUtil.endDayOfMonth(localDateTime)
比如:月末 LocalDateTime with = localDateTime.with(TemporalAdjusters.lastDayOfMonth());
希望新增api 年初, 年末, 月初,月末
LocalDateTimeUtil.endDayOfMonth(localDateTime)