cron-builder icon indicating copy to clipboard operation
cron-builder copied to clipboard

A JS API for building Cron expressions

Results 3 cron-builder issues
Sort by recently updated
recently updated
newest added

New release in npm package doesn't have changes of #14 although it has in master branch.

When i am setting the week of the day using `cronExp.addValue('dayOfTheWeek', week);` `cronExp.addValue('dayOfTheMonth', day);` `cronExp.addValue('monthOfTheYear', month);` i am getting the following error. `Uncaught TypeError: value.indexOf is not a function` This...