later icon indicating copy to clipboard operation
later copied to clipboard

A javascript library for defining recurring schedules and calculating future (or past) occurrences for them. Includes support for using English phrases and Cron schedules. Works in Node and in the b...

Results 99 later issues
Sort by recently updated
recently updated
newest added

For some reason i get an error that later-cov.js couldn't be found. I checked the source code and it seems like this file has been explicitly ignored for git. I...

## Code Explain Code like the below: ```js later.date.localTime(); const timeStr = moment().add(1, 'm').format('HH:mm'); // time of next minute const text = `at ${timeStr} also every 1 hour`; // want...

Just like between in recur parser something like that is also needed in cron parsers

Hi, How could I specifie an interval of occurrences of a time period like the function every() in recur parser. example : `const schedule = { h: 8, m:0 };`...

Hi, I'm really glad that so many people have found Later to be useful in their projects. Unfortunately, I'm personally no longer using this library and don't have time to...

Hi, In my app, the first day of the week is monday, so when I call: var scheduler = later.parse.recur(); scheduler.on(1).weekOfMonth(); later.date.localTime(); var result = later.schedule(scheduler).next(1); the result is not...

Hi, I have clean installed later.js via npm and am attempting to run the tests as per documentation. $ make test When I do that I get: make Invoking test...

When I run the tests on a clean check I get one failure ``` 41719 passing (16s) 1 pending 1 failing 1) Set timeout should not execute a far out...

was failing with test var newDate = new Date('2014-02-28'); later.schedule({schedules: [{D:[1], M:[2], Y:[2014]},{D_a:[27], D_b:[29], M:[2], Y:[2014]}], exceptions: []}).isValid(newDate); return !b || a.getTime() > b.getTime();

fixes #48 Updating the proper source files