javainternationalization

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.


Solution

  • 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