mojombo / chronic

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

Parse date range #349

Open creativetags opened 7 years ago

creativetags commented 7 years ago

Could we have ranges like:

Chronic.parse("3/1980 - 4/1980", guess: false)
=> 1980-03-01 00:00:00 +0000..1980-05-01 00:00:00 +0100

like we have:

Chronic.parse("3/1980", guess: false)
=> 1980-03-01 00:00:00 +0000..1980-04-01 00:00:00 +0100
davispuh commented 7 years ago

could if it would be implemented but for now look into other libraries