rossta / montrose

Recurring events library for Ruby. Enumerable recurrence objects and convenient chainable interface.
https://rossta.net/montrose/
MIT License
843 stars 53 forks source link

Support :on with day of month #27

Closed rossta closed 5 years ago

rossta commented 8 years ago

Example: every month on last day of month:

Montrose.monthly(mday: [-1])  # works

Montrose.monthly(on: [-1]) # not supported yet