TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How Badly Do We Want a New Java Date/Time API?

37 pointsby friendlytunaabout 13 years ago

4 comments

broddabout 13 years ago
I've given up on the native Date/Time stuff in favour for Joda Time (<a href="http://joda-time.sourceforge.net/" rel="nofollow">http://joda-time.sourceforge.net/</a>)
评论 #3698208 未加载
评论 #3698481 未加载
评论 #3699098 未加载
programminggeekabout 13 years ago
DATE4J is a good alternative to the standard Java Date/Time lib or even Joda Time. (<a href="http://www.date4j.net/" rel="nofollow">http://www.date4j.net/</a>)
djhworldabout 13 years ago
I'm pretty sure most Java developers moved to Joda Time long ago to solve this issue. It's pretty much standard.<p>Well, maybe not enterprise developers (like me) who rarely get to use "untrusted" third party libs.
评论 #3698489 未加载
jraboneabout 13 years ago
<a href="http://blog.joda.org/search?q=jsr-310" rel="nofollow">http://blog.joda.org/search?q=jsr-310</a> provides some interesting backstory to the JSR-310 / Joda Time saga...