iainbeeston / nickel

Nickel extracts date, time, and message information from naturally worded text.
MIT License
112 stars 17 forks source link

will this tell me the next occurrence from Time.now? #34

Open angelacode opened 8 years ago

angelacode commented 8 years ago

This is cool parsing. But if I want to send reminders based on the date, I would want to know whether the next occurrence happened already based on a Cron job. Is there a way to do that?

pabse commented 7 years ago

That is exactly what I need too. Any solution for this?