We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: