later
later copied to clipboard
Support LW on day component
Support Quartz syntax "LW" as "last weekday of the month"
Example:
0 14 LW * ?
Next 5 executions from today:
09/30/2020 14:00:00
10/30/2020 14:00:00
11/30/2020 14:00:00
12/31/2020 14:00:00
01/29/2021 14:00:00
Reference from quartz-scheduler docs:
The 'L' and 'W' characters can also be combined for the day-of-month expression to yield 'LW', which translates to "last weekday of the month".
Expressing support for this feature. "LW" does not function as expected.