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
I'm wondering how I can convert a later schedule into cron format? For example:
const everyNthDays = later.parse.recur().every(12).dayOfMonth(); const dayOccurs = later.schedule(everyNthDays).next(5); console.log({ everyNthDays }); // how to convert to cron??
If it's not possible with laterjs, do you have any recommended libraries that could help?
Thank you
The text was updated successfully, but these errors were encountered:
@JackEdwardLyons Did you ever find a way to handle this ?
Sorry, something went wrong.
No branches or pull requests
What would you like to discuss?
I'm wondering how I can convert a later schedule into cron format?
For example:
Checklist
If it's not possible with laterjs, do you have any recommended libraries that could help?
Thank you
The text was updated successfully, but these errors were encountered: