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

Add support for Last Day of Month ('L') #397

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sauravhaloi
Copy link

Add a special character 'L' in the day-of-month field,
which specifies the last day of the month

e.g: '0 0 18 L * ?' denotes the following:

At 6:00:00PM, on the last day of the month, every month

Add a special character 'L' in the day-of-month field,
which specifies the last day of the month

e.g: '0 0 18 L * ?' denotes the following:

At 6:00:00PM, on the last day of the month, every month
@wjm3219
Copy link

wjm3219 commented Jun 30, 2022

是不是考虑下支持 '0 0 1 15,L * *' 这样的呢? :)

@wsq2025
Copy link

wsq2025 commented Apr 27, 2023

why now master branch not support L for last day of month

@xuyang2
Copy link

xuyang2 commented May 8, 2023

是不是考虑下支持 '0 0 1 15,L * *' 这样的呢? :)

http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html

When using the ‘L’ option, it is important not to specify lists, or ranges of values, as you’ll get confusing/unexpected results.

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

Successfully merging this pull request may close these issues.

4 participants