chronic icon indicating copy to clipboard operation
chronic copied to clipboard

Returning an array of dates

Open bragboy opened this issue 7 years ago • 1 comments

> Chronic.parse('today')
=> 2018-06-30 18:00:00 +0200
> Chronic.parse('tomorrow')
=> 2018-07-01 12:00:00 +0200
> Chronic.parse('today and tomorrow')
=> nil

The first two conditions are returning as expected. However, is it possible to return an array of dates in case it has more than two dates in the context ?

bragboy avatar Jun 30 '18 10:06 bragboy

That's not implemented.

davispuh avatar Jul 03 '18 15:07 davispuh