Replies: 2 comments 18 replies
-
|
@Lepiqpiq What is the case? You want to make
|
Beta Was this translation helpful? Give feedback.
18 replies
-
|
@Lepiqpiq I improved this functionality, so it has some support for repeats as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First of all, I would like to say great job for this lib.
What do you think of creating a function that take a cron_expr structure as a paramater and return a string corresponding to the cron_expr structure that you pass in the function ?
const char * CronExprToString(struct cron_expr * cron);
I think that would be helpfull in certain application.
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions