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
6-18/3
6/6
cron-parser/lib/field_stringify.js
Lines 27 to 28 in ec7a384
The text was updated successfully, but these errors were encountered:
Hi @daydaychen,
Thanks for reporting this. Can also please provide a code example?
Best regards, Harri
Sorry, something went wrong.
Thanks for you reply.
import { parseExpression } from 'cron-parser' var crontab = "0 6-18/6 * * *" res = parseExpression(crontab).stringify() // "0 6/6 * * *"
Could you tell me how it works? I don't understand.
@daydaychen I'll investigate this.
harrisiirak
No branches or pull requests
cron-parser/lib/field_stringify.js
Lines 27 to 28 in ec7a384
The text was updated successfully, but these errors were encountered: