### Feature Request I want to get the previous month end date. ```kotlin LocalDate.now().minusMonths(1).withDayOfMonth(LocalDate.now().minusMonths(1).lengthOfMonth()) // 2021-05-31 ``` Could you adjust `StringLocalDateValue` Class for this feature?