I want to convert a java.util.Date
to JodaTime
so as to carry out subtractions between dates. Is there a good concise way to convert from Date
to JodaTime
?
I want to convert a java.util.Date
to JodaTime
so as to carry out subtractions between dates. Is there a good concise way to convert from Date
to JodaTime
?