I am trying to parse by date:
final SimpleDateFormat dateFormat = new SimpleDateFormat("dd-MMM-yyyy HH:mm");
This is the error I am getting:
java.text.ParseException: Unparseable date: "2013-04-28 04"
I am trying to parse by date:
final SimpleDateFormat dateFormat = new SimpleDateFormat("dd-MMM-yyyy HH:mm");
This is the error I am getting:
java.text.ParseException: Unparseable date: "2013-04-28 04"