Date time library for gwt

gwt, jodatime

Solution

You could look at the following options.

http://code.google.com/p/gwt-time/

http://code.google.com/p/goda-time/

http://github.com/mping/gwt-joda-time

Problem

I am working on a gwt application which involves advanced manipulations with date times: convert from one timezone to another, etc. Gwt has some low level stuff for working with dates but they are too low level for me. Are there any options similar to joda time or threeten for gwt?

Original source