Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Returning an array of dates #379

Open
bragboy opened this issue Jun 30, 2018 · 1 comment
Open

Returning an array of dates #379

bragboy opened this issue Jun 30, 2018 · 1 comment
Labels

Comments

@bragboy
Copy link

bragboy commented Jun 30, 2018

> 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 bragboy changed the title Returning an array of parseable dates Returning an array of dates Jun 30, 2018
@davispuh
Copy link
Collaborator

davispuh commented Jul 3, 2018

That's not implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants