Top "Jodatime" questions

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

Jackson automatic formatting of Joda DateTime to ISO 8601 format

According to http://wiki.fasterxml.com/JacksonFAQDateHandling, “DateTime can be automatically serialized/deserialized similar to how java.util.Date is …

json spring jackson jodatime
Jodatime start of day and end of day

I want to create an interval between the beginning of the week, and the end of the current week. I …

java android jodatime
Get the number of weeks between two Dates.

Im working in a project and I got two types in Date. I want to calculate the number of weeks …

java date jodatime
java.util.date to String using DateTimeFormatter

How can I convert a java.util.Date to String using DateTimeFormatter dateTimeFormatter = DateTimeFormat.forPattern("yyyy-MM-dd'T'HH:mm:ss") The Date …

java datetime java-8 jodatime datetimeformatter
Joda Time parse a date with timezone and retain that timezone

I want to parse a date, which was created with a specific timezone, convert it to a format and return …

java date jodatime
Joda DateTime to Unix DateTime

It's odd enough, but I didn't find any result about converting Joda(Time) DateTime to Unix DateTime (or timestamp, whichever …

java jodatime unix-timestamp
Adding Joda Time

I am building an app that uses time. I decided to use Joda time. I am trying to add joda …

java android jodatime noclassdeffounderror libs
First day of next month with java Joda-Time

How would you rewrite the method below, which returns the first day of next month, with the org.joda.time …

java calendar jodatime
Period to string

I'm using the Joda-Time library with Java. I'm having some difficulty trying to turn a Period object to a string …

java jodatime period
Adding Joda Time to Android Studio

I got the file from the Joda site and followed these instructions for adding libraries but when I get to …

android jodatime libraries