Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support L-{number} on day component #3

Open
thefat32 opened this issue Sep 15, 2020 · 0 comments
Open

Support L-{number} on day component #3

thefat32 opened this issue Sep 15, 2020 · 0 comments

Comments

@thefat32
Copy link

thefat32 commented Sep 15, 2020

Support Quartz syntax "L-{number}" as "{number} days before month end"

Example:

0 14 L-3 * ?

Should evaluate 3 days before each month ends

Next 5 executions from today:

09/27/2020 14:00:00
10/28/2020 14:00:00
11/27/2020 14:00:00
12/28/2020 14:00:00
01/28/2021 14:00:00

Reference from quartz-scheduler docs:

You can also specify an offset from the last day of the month, such as "L-3" which would mean the third-to-last day of the calendar month.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant