All you need to do is change the string within the java.text.SimpleDateFormat constructor to:
“MM-dd-yyyy HH:mm:ss”.
Just use the appropriate letters to build the above string to match your input date.
All you need to do is change the string within the java.text.SimpleDateFormat constructor to:
“MM-dd-yyyy HH:mm:ss”.
Just use the appropriate letters to build the above string to match your input date.