SimpleDateFormat sf = new SimpleDateFormat("dd-MMM-yy",Locale.US); Date date = sf.parse("09-MAR-20");