Java 7 Date/Time API [closed]

倾然丶 夕夏残阳落幕 提交于 2019-11-29 09:11:11

Last I heard, JSR 310 was running behind and might not get into Java 7. And yes, that's a huge shame - although at least we've got Joda Time as a stopgap until then.

FYI a preliminary datetime API from this JSR is available here. This snapshot is dated the end of January, so I have no idea how up-to-date it is :(

It is possible it will be added as a module and not tightly integrated into the jdk (like jaxb for example). It would not be nice. In the meantime you can check the january javadoc, but a lot has changed.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!