Java data types retain only dates
•
Java
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
二维码