I’m looking for a complete Date management library in java that would allow me to understand strings like :
- Tomorrow at noon => 2011-10-20 12:00
- Today at 4pm => 2011-10-20 16:00
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!
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