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
Share
Make sure
dateisn’tnull, though, otherwise it acts likenew DateTime()– I really don’t like that.