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 "dayOfMonth" and "dayOfWeek" be "*" at the same time #294

Open
zhxiaogg opened this issue Mar 10, 2020 · 1 comment
Open

support "dayOfMonth" and "dayOfWeek" be "*" at the same time #294

zhxiaogg opened this issue Mar 10, 2020 · 1 comment

Comments

@zhxiaogg
Copy link

0 0 */1 * * * is not valid for cron4s for now, but is valid in some NPM libraries like cron-validator.

Is this a bug or not implemented feature, or cron4s uses a different spec than other libraries?

@alonsodomin
Copy link
Owner

That has been a chosen decision, you have to select an ? in either of those fields. Cron4s follows the Quartz spec for cron expressions

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

2 participants