later
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...
The cron string(quartz type) should give the result related to `At 06:00 AM, only on Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday, and Monday`, but it is giving me wrong output...
in react native app,this error happened ,is there some one help solve this error
Is it possible to generate a recurrence like 'every last Friday of the month'?
i use later and show error message: error: TypeError: a.getTime is not a function error: at /usr/local/lib/node_modules/later/later.js:778:34 error: at findNext (/usr/local/lib/node_modules/later/later.js:787:23) error: at getInstances (/usr/local/lib/node_modules/later/later.js:637:52) error: at Object.next (/usr/local/lib/node_modules/later/later.js:798:16) error:...
Hi @pekeler , I'm using the `later@^1.2.0` package in a Meteor.sj project. But during `npm install` the package server is giving me a 500. Has this issue been reported this...
I would like to setup a recurring schedule of "every 2 weeks" starting on a specific date. For example, suppose a schedule that starts on Tuesday, 2016-01-12 that should recur...
Hello, I just found this awesome lib and would love to use it in my current project. Just one question: Is it possible to convert a Later object back to...
Calling the following the code using the expression * * * * * ? var e = later.parse.cron(b, !0); return later.schedule(e).isValid() Causes the following error: ``` angular.min.js:formatted:2997 TypeError: Cannot read...
Small thing, on the [getting started](https://bunkat.github.io/later/getting-started.html) page, there is a syntax error in the 'Browser Example' ``` for(var i = 0, i < 10; i++) { console.log(occurrences[i]); } ``` Should...
We use `later.js` in a microservice running on a Docker container. The code looks like that: ```javascript // Set check and update interval. We check at second 1 of every...