You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I looked at this npm package/README, I saw that we could do some cool things, but I didn't see any evidence that I could just pull out the information I needed (ie: from the fields property).
It would be great to document fields.
Details
fields is a "getter" with the 5 cron-aspects as sub-properties, and gets the parsed cron string in pieces, usually as numbers in an array
it would be great to see an example of how to use `fields
I'm happy supplying a PR for this if that's ok!
The text was updated successfully, but these errors were encountered:
User Story 👥
Here there 👋 👋. I was initially evaluating using this library for the following use case:
PR here: https://github.com/coder/coder/pull/2006/files
To do this, I needed to parse day-of-week.
When I looked at this npm package/README, I saw that we could do some cool things, but I didn't see any evidence that I could just pull out the information I needed (ie: from the
fields
property).It would be great to document
fields
.Details
fields
is a "getter" with the 5 cron-aspects as sub-properties, and gets the parsed cron string in pieces, usually as numbers in an arrayI'm happy supplying a PR for this if that's ok!
The text was updated successfully, but these errors were encountered: