breejs / later

*Maintained fork of 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.
https://breejs.github.io/later/
MIT License
136 stars 13 forks source link

Start the week on monday? #6

Open ranouf opened 4 years ago

ranouf commented 4 years ago

Hi,

how to set up the "later.parse.recur()" to set Monday as the 1st day of the week?

I would like to specify in my calculation, that the occurence should happen the 1st week of the month and currently the result doesn t match because the default first day is sunday.

Thanks.