java 1.8 comes with `java.time.datetime` Going bac...
# android
h
java 1.8 comes with
java.time.datetime
Going back means either you need to build your own version of date manipulation or integrate with joda library
👍 2
g
There is ThreeTenABP for this, better alternative than joda time
☝️ 2
h
@gildor thanks for sharing. I didn't know this library exists and we can back-port
java.time.date
. Good to know, I can now remove joda from my app.