I have stored dates\' date as String in my database in the following format :
String
dateFormater = new SimpleDateFormat(\"dd MMM yyyy\");
This is not one of the supported date formats.
Just use yyyy-MM-dd.
yyyy-MM-dd