Should I use threeten instead of joda-time
- by Yan Cheng CHEOK
Hello all,
I came across http://www.jroller.com/scolebourne/entry/why_jsr_310_isn_t.
1) I am currently migrating Java Calendar to joda-time. I was wondering, should I use threeten instead of joda-time? Is threeten production ready?
2) Can threeten library and joda-time libraries exist together in a same application? As I am using some 3rd parties libraries, which is using joda-time library too.
3) Will joda-time become an abandon project since there is threeten?
Thanks.