jenkinsci / date-parameter-plugin

Date paramter plugin for jenkins
https://plugins.jenkins.io/date-parameter/
15 stars 20 forks source link

Get the date of last month's last day #10

Open KD4 opened 3 years ago

KD4 commented 3 years ago

Feature Request

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?