Cyril N.
Cyril N.

Reputation: 39859

Comprehensive (Intelligent) Date library

I'm looking for a complete Date management library in java that would allow me to understand strings like :

etc...

But it would be perfect if this lib would also be Internationalized. I plan to use it in many languages, and "just" english wouldn't be enough.

I already found http://www.datejs.com/ as a possibility, but it's for Javascript (client)'s side. I'm looking for something in Server side.

Thanks for your help!

Upvotes: 2

Views: 119

Answers (3)

Cyril N.
Cyril N.

Reputation: 39859

An similar question was at PHP's strtotime() in Java and here's a good answer. @dfa did an object that do exactly what I'm looking for, you can find the link here

Upvotes: 0

Aravind Yarram
Aravind Yarram

Reputation: 80176

PrettyTime is what you need

Upvotes: 1

flash
flash

Reputation: 6810

You could easily build that yourself with e.g. Joda Time.

Upvotes: 0

Related Questions