Java SimpleDateFormat example: How to convert a Date to a formatted String
Briefly

The Java SimpleDateFormat class provides lets you easily (a) convert between a Java String to a Date, or (b) perform the opposite conversion, from a Date to a String.
Read at Alvinalexander
[
add
]
[
|
|
]