Java data types retain only dates

Which data type in Java can only save dates without time components? For example, just to store 12 / 07 / 2012 I'm persisting data into a database with date data types, so I'm looking for the best equivalent data type in Java

Solution

From JDK: javax sql. Date:

Or from jodatime: datemidnight or localdate (thank you @cdeszaq)

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>