Open KD4 opened 3 years ago
I want to get the previous month end date.
LocalDate.now().minusMonths(1).withDayOfMonth(LocalDate.now().minusMonths(1).lengthOfMonth()) // 2021-05-31
Could you adjust StringLocalDateValue Class for this feature?
StringLocalDateValue
Feature Request
I want to get the previous month end date.
Could you adjust
StringLocalDateValue
Class for this feature?