Possible Duplicate:
String to Date in Different Format in Java
Hi,
I m receiving date as String data type in MM/dd/yyyy format and need to convert in data Datatype in format yyyy-MM-dd to store in DB. Thanks in Advence
Hi, I m receiving date as String data type in MM/dd/yyyy format and need to convert in data Datatype in format yyyy-MM-dd to store in DB. Thanks in Advence |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
You can use SimpleDateFormat:
|
|||
|
|
|
Use formatter for parsing the date to particular type
|
|||
|
|
You can also do it like this
To print out the time you say
Cheers |
|||
|
|