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 Weekday (W) and Last day (L) #61

Open
MathysB21 opened this issue Jul 4, 2024 · 1 comment
Open

Add Support for Weekday (W) and Last day (L) #61

MathysB21 opened this issue Jul 4, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@MathysB21
Copy link

Hi everyone!

I don't know if this is the correct place and way to request a feature since I'm pretty new to logging issues. (Please don't flame me)

I want to thank you all for this amazing piece of software you have created, I use it on a daily basis and it has taken my user experience to the next level.

I recently discovered that I would need to create two more CRON jobs for my day job. One will need to run on every weekday and the other on every last day of the month. I did some research and CRON does support the use of W and L for weekday and last day.

I was wondering if there was ever a possibility for this feature to be added to vue-js-cron?
https://www.baeldung.com/cron-expressions

Once again, thank you all so much!

@abichinger
Copy link
Owner

abichinger commented Jul 9, 2024

Hi,

I want to thank you all for this amazing piece of software you have created

Thanks! I'm glad you like it.

I did some research and CRON does support the use of W and L for weekday and last day.

I think only some cron implementations support W and L. For example, crontab does not, while quartz does.
The implementation of this feature is not trivial, because cron quartz has mutiple meanings for W and L.

Unfortunately, I don't have the time to implement this at the moment, but I'm happy to accept a PR if someone wants to give it a try.

Related issue: #25

@abichinger abichinger added enhancement New feature or request help wanted Extra attention is needed labels Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants