later icon indicating copy to clipboard operation
later copied to clipboard

Support LW on day component

Open thefat32 opened this issue 4 years ago • 1 comments

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".

thefat32 avatar Sep 15 '20 18:09 thefat32

Expressing support for this feature. "LW" does not function as expected.

chrisszeluga avatar Oct 28 '22 16:10 chrisszeluga