I am trying to use joda-time with its Scala wrapper.
Saying val dt
is a DateTime
and contains a date (zero time)
, how do I get
It seems that the code cannot find the implicit conversions. Are you sure you import org.scala_tools.time.Imports._ in the scope that you are using it?
Seems to be a bug of NetBeans IDE. It shows the error, while compiler compiles ok and the program works as expected with "dt - 1.days" syntax.