Top "Jodatime" questions

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

How to set Time property in Java using Joda-Time

I want to set the hour, minute and seconds in Joda-Time. But when I set it's not changing the property. …

java datetime jodatime
Get first day of a particular week in Joda-Time? java

In Joda-Time, is there a way to get the date of the first day of the week(monday). for instance …

java jodatime
JodaTime DateTime, ISO8601 GMT date format

How can I get the following format: 2015-01-31T00:00:00Z (ISO8601 GMT date format) Out of a DateTime object …

java jodatime
Understanding the Etc/GMT time zone

What is the rationale behind Apple using Etc/GMT timezone when they return the receipt from the App Store for …

java iphone timezone app-store jodatime
Formatting a Duration in Java 8 / jsr310

I am transitioning a project from Joda-Time to java8's native time libraries, and I have run into a snag. …

java java-8 jodatime duration java-time
Using Joda Date & Time API to parse multiple formats

I'm parsing third party log files containing date/time using Joda. The date/time is in one of two different …

java parsing exception jodatime
Joda Time converting time zoned date time to milliseconds

Can somebody please explain to me why when I try to get the milliseconds of a DateTime with a zone …

java datetime timezone jodatime
difference in seconds between two dates using joda time?

Suppose there are two dates A(start time) & B(end time). A & B could be the time on …

java jodatime
Persist Joda-time's DateTime via Hibernate

I'm using Jodatime in my Play app, but currently having to do a bunch of converting back and forth from/…

hibernate jodatime
Approach to convert from org.joda.time.DateTime to java.util.Calendar

Anyone done this and can share? I see an option or two but want to know what others have accomplished.

java datetime jodatime