-
currently version 2.6 is used
aws sdk v1 is using 2.8.1
the latest version is 2.10.10
-
Is it possible to use Joda Time with the Circumflex ORM? If not (i.e. roll your own), is this something that might be added in the future? It would be nice to be able to use Joda Time (or Scala Time, …
chasm updated
13 years ago
-
Please use the following template to submit your issue. Following this template will allow us to quickly investigate and help you with your issue. Please be aware that issues which do not conform to t…
-
Java 7 and prior had time libraries that were inadequate. The `joda-time` library was created to provide better ways of handling time. The `joda-time` library was used as the design basis for the JSR …
basil updated
1 month ago
-
Hi,
the joda-time version of Play Framework 1.2.4 has been updated to version 2.0. I noticed that play-sass version 1.1 contains the jruby-complete-1.5.3.jar library which in turn contains older vers…
-
as it has been deprecated for a long time.
-
Working with plain Java Dates and Calendars is a pain and so Joda Time became one of the de-facto standard library for non-trivial Date handling. It would be awesome Joda objects like [DateTime](http:…
-
Requesting support for the ability to pass DateTime() objects to getHistoricalWeather() as well as the default Date() object as until android implements Java 8, Joda is generally considered more relia…
-
To remove it, we have to implement those SEL methods using Java time libraries than Joda time.
-
Joda-Time seems to be much better than the built-in Java classes like Date. http://www.joda.org/joda-time/
Following SO thread is quite interesting: http://stackoverflow.com/questions/308683/how-ca…