Top "Jodatime" questions

Joda-Time provides a quality replacement for the Java date and time classes.

Is there a class in java.time comparable to the Joda-Time Interval?

I'm evaluating to migrate my project from the usage of Joda-Time to the java.time package in Java 8. In Joda-Time, …

java-8 jodatime java-time
How to round DateTime of Joda library to the nearest X minutes?

How to round DateTime of Joda library to the nearest X minutes ? For example: X = 10 minutes Jun 27, 11:32 -> Jun 27, 11:30 …

java datetime jodatime
Android Java - Joda Date is slow

Using Joda 1.6.2 with Android The following code hangs for about 15 seconds. DateTime dt = new DateTime(); Originally posted this post Android …

android jodatime
Class broken error with Joda Time using Scala

I'm adding the Joda Time repository to SBT with libraryDependencies ++= Seq( "joda-time" % "joda-time" % "2.1" ) Then I merrily use it like this: …

scala sbt jodatime
Why dec 31 2010 returns 1 as week of year?

For instance: Calendar c = Calendar.getInstance(); DateFormat sdf = new SimpleDateFormat("dd/MM/yyyy"); c.setTime( sdf.parse("31/12/2010")); out.println( c.…

java calendar jodatime week-number
LocalDate interval in Joda-time

Joda-time has an Interval class, which is a range between DateTimes. What can be used for a range of LocalDates? …

java jodatime
Joda-Time: DateTime, DateMidnight and LocalDate usage

Joda-Time library includes different datetime classes DateTime - Immutable replacement for JDK Calendar DateMidnight - Immutable class representing a date …

java datetime interface jodatime
Android time in iso 8601

using android and joda time lib - the I am trying to convert the user's timezone in order to format …

android timezone jodatime iso8601
Difference in Days between two Java dates?

I want to get the difference between two Java Date objects. I've used Joda-Time library. But the problem is that …

java jodatime datediff
AWS Java SDK - AWS authentication requires a valid Date or x-amz-date header

Getting the following exception when using the AWS SDK for Java and Java 1.8u60+. com.amazonaws.services.s3.model.AmazonS3…

java amazon-web-services amazon-s3 jodatime aws-sdk