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
Is it possible to have something like ClassicCron or UnixCron expression and parser to work with the classic cron format?
ClassicCron
UnixCron
It seems, that it is not possible to implement this easily (like TimeCron and DateCron, because many classes required for that are private to cron4s).
TimeCron
DateCron
cron4s
Please consider adding this feature or suggest the easiest way to achieve this using cron4s as is.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it possible to have something like
ClassicCron
orUnixCron
expression and parser to work with the classic cron format?It seems, that it is not possible to implement this easily (like
TimeCron
andDateCron
, because many classes required for that are private tocron4s
).Please consider adding this feature or suggest the easiest way to achieve this using cron4s as is.
The text was updated successfully, but these errors were encountered: