mojombo / chronic

Chronic is a pure Ruby natural language date parser.
http://injekt.github.com/chronic
MIT License
3.24k stars 461 forks source link

Support for repeated times #292

Open ddevault opened 9 years ago

ddevault commented 9 years ago

"Every day at noon"

"Every other day"

"Every first monday"

Is this feasible?

yb66 commented 9 years ago

@SirCmpwn I'm currently the maintainer of tickle which depends on Chronic, it may do what you want.

ddevault commented 9 years ago

That's pretty slick, @yb66. I'll see if that will do the trick.

Full disclosure: I'm using nChronic and I was hoping to convince them to port over the feature from upstream so there'd be less work for me :wink: