Hello guys, to appreciate the brilliance of the new Date and Time API introduced in Java 8, you must remember nasty problems you have faced. Another …
Hutomo Sungkar
Some times we need to convert java.util.Date to string in java may for displaying purpose I need it that while working on displaying then I thought a…
SimpleDateFormat in Java can be used to convert String to Date in Java. java.text.SimpleDateFormat is an implementation of DateFormat which defines a…
You often need to convert java.util.Date to java.sql.Date if you are storing dates in database e.g. SQL SERVER or MySQL. Since JDBC has their own d…