Questions tagged [jchronic]

jchronic is a natural language date parsing library for Java, ported from Ruby's chronic.

jchronic is a natural language date parsing () library for , ported from Ruby's chronic.

For more information, see the GitHub page.

1 questions
0
votes
0 answers

How to set little-endian (DMY) in Natty or JChronic or other natural language date parser?

Given the requirement to parse input strings such as "a week from now" and "20/05/15" into Date objects in Java, Natty and JChronic seem to be my main options. However both of them default to parsing "01/12/15" as 12th of January rather than 1st of…
Ilya Kozhevnikov
  • 10,242
  • 4
  • 40
  • 70