It provides more pleasant syntax operators: addition, subtraction and comparison, and also, fields are now available in the Scala convention, without the “get” prefix.
Here’s some example usage:
12345678910111213
importorg.scala_tools.time.Imports._DateTime.now// returns org.joda.time.DateTimeDateTime.now+2.months// two months from nowDateTime.nextMonth<DateTime.now+2.months// trueDateTime.nowtoDateTime.tomorrow// returns an org.joda.time.Interval(1.hours+25.minutes+15.seconds).millis// returns org.joda.time.Duration9.months+3.days// returns org.joda.time.Period