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

Common format like 'Thursday 07 March 2019' is not supporting, which is even supported by DateTime #386

Open
nitesh-varma opened this issue Jan 23, 2019 · 0 comments

Comments

@nitesh-varma
Copy link

nitesh-varma commented Jan 23, 2019

2.6.0 :004 > Chronic.parse('Thursday 07 March 2019')
=> nil
2.6.0 :005 > DateTime.parse('Thursday 07 March 2019')
=> Thu, 07 Mar 2019 00:00:00 +0000
2.6.0 :006 > Chronic.parse('Thursday 07 March 2019 2pm')
=> nil
2.6.0 :007 > DateTime.parse('Thursday 07 March 2019 2pm')
=> Thu, 07 Mar 2019 14:00:00 +0000

@nitesh-varma nitesh-varma changed the title Common format like 'Thursday March 07 2019' is not supporting, which is even supported by DateTime Common format like 'Thursday 07 March 2019' is not supporting, which is even supported by DateTime Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant