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.

Home Page:http://bunkat.github.io/later/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nth day-of-the-week

robsilva opened this issue · comments

commented

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')

commented

Found this: #151
Thank you!