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

Generate cron notation #237

Open phortx opened 5 years ago

phortx commented 5 years ago

Hello,

I just found this awesome lib and would love to use it in my current project.

Just one question: Is it possible to convert a Later object back to cron notation?

This way I could persist the recurring events as cron notation and convert it back and forth easily.

If not: Is it possible to get that feature?