bunkat / later

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 browser.
http://bunkat.github.io/later/
MIT License
2.42k stars 245 forks source link

nth day-of-the-week #226

Closed robsilva closed 6 years ago

robsilva commented 6 years ago

This is an awesome project. Thank you for making it open source.

Quick question: I see that later.js supports this syntax: later.parse.text('on the 1st day of the month at 1:00 pm every 3 months');

but I doesn't seem to work with: later.parse.text('on 1st Monday of the month at 13:00 every 3 months') ... later.parse.text('on last Monday of the month at 13:00 every 3 months')

robsilva commented 6 years ago

Found this: https://github.com/bunkat/later/issues/151 Thank you!