Skip to content

Natural language date parsing in Java, ported directly from Ruby's chronic

License

Notifications You must be signed in to change notification settings

scrawfor/jchronic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jchronic

Introduction

A natural language date parser in Java. Originally written by Mike Schrag as a direct port of Ruby's chronic.

I've forked it out of WONDER, "an umbrella project for the WebObjects community."

Maven

<dependencies>
    <dependency>
        <groupId>com.rubiconproject.oss</groupId>
        <artifactId>jchronic</artifactId>
        <version>0.2.6</version>
    </dependency>
</dependencies>

Credits

This was originally written by Mike Schrag as part of the WONDER project.

License

The MIT license. See LICENSE.

About

Natural language date parsing in Java, ported directly from Ruby's chronic

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%