Reputation: 2620
Today, I'm working on a Java 7 project that needs this type of functionality. If I could use and require Java 8, that would be easiest, but I'm not allowed to use Java 8.
Obviously JSR310 is newer and is pretty stable, but it's not a fully supported third party library. AFAIK, I can manually download a jsr310 .jar that will work fine in Java 7, but it's not really supported and versioned. Is that correct? If that is the case, I should use jodatime for now.
Upvotes: 2
Views: 1462