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...
This is a fantastic library but could use someone letting updates and pull requests go through. Any thoughts on that @bunkat ?
Hello! First and foremost I'd like to say that LaterJS is very useful, and that I'm very thankful for all the hard work that has been put into it! The...
Hi, It would be great to have a function that returns the last ocurrence. This is, when scheduling an end condition (number of ocurrences, date, etc...) it would be great...
There is an error when using exceptions, when every weekday is excluded (yes, it does not make sense at the end, but sometimes it could happen ;) ). Example: >...
I am getting this issue when trying to require later in react js like so: `var later = require('later')`
Is there an example of a schedule for the 1st weekday of the month? I saw an issue from 2014 but it is not working. Any help we be greatly...
It's now may. If i use this cron: var s = later.parse.cron('15 10 \* nov-feb mon-tue'); later.schedule(s).next(10); it returns me this [ Mon Dec 01 2014 02:15:00 GMT-0800 (PST), Tue...
Hi later.js communities, We'd like to set up an one-time-off job only occurring at 3:00AM when daylight saving changes. E.g.: we wrote an cron Expression like "0 0 3 13...
Just ran a quick test using Step 5 listed on the github.io page: https://bunkat.github.io/later/ I made some small tweaks to the code from the sample when testing `setInterval`: ``` //...
I can't figure out how to get a schedule that will produce ranges a day apart when using nextRange. I need to schedule something to happen daily. If I do...