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

Issue with setting the week

Open rajeshwar-fissionhq opened this issue 7 years ago • 0 comments

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 is the screenshot of the issue screen shot 2017-03-17 at 12 13 13 pm

I hope the issue is in the below function

screen shot 2017-03-17 at 12 13 38 pm

rajeshwar-fissionhq avatar Mar 17 '17 06:03 rajeshwar-fissionhq