moment-recur icon indicating copy to clipboard operation
moment-recur copied to clipboard

A momentjs plugin for matching and generating recurring dates.

Results 26 moment-recur issues
Sort by recently updated
recently updated
newest added

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...

bug

Is it possible to set rule like `100th day of the year`?

enhancement

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...