mojombo / chronic

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

Add support for quarters #273

Closed mkdynamic closed 7 years ago

mkdynamic commented 10 years ago

Re: #24

davispuh commented 10 years ago

seems fine. I think this could be merged and I really like all those tests :)

But I must say that this will be refactored later a bit differently (not only this, but all repeaters). There's some problems with current implementation. For example just q shouldn't parse as valid quarter and other similar things. Anyway no need to worry about this for now.

davispuh commented 9 years ago

merged in beta branch. In upcoming refactoring/rewrite, implemented as 764b3c1e08d38f68fe87a4d29fb8f361aa77e5c7 (see #278 )