moment-recur
moment-recur copied to clipboard
A momentjs plugin for matching and generating recurring dates.
This badge will show the library version on CDNJS!
When I want to match a day with e.g. the last day of a month that has only 30 days, the method "matches" will return a false "true" `const rc...
Is it possible to set rule like `100th day of the year`?
Hi, sadly a programmer used this library to create some dates :( His code looks like this: ``` Fc = moment().recur({ start: Hc, end: Cc, rules: [{ units: { 1:...
This PR improves moment-recur performance by caching diffs and avoiding unnecessary moment copies. The diff caching is done on a simple js object. In long-lived applications this might mean a...