chrono-java
chrono-java copied to clipboard
A natural language date parser (Java port of chrono.js)
By default it appears that if a date 1/6/2017 is parsed, the output of result.date is Year=2017,Month=1,DayOfMonth=6. (US format 6th January 2017) Is there a way to specify that the...
Hi, I am working on an Android app and would like to use your library. But I just can't figure out how to make it work with gradle. Thanks in...
When I enter in text such as "Tomorrow evening," it seems to only be parsing the tomorrow, and not the evening part. Can you check this?