String strDate = "2004-08-13"; SimpleDateFormat sDateFormat = new SimpleDateFormat("yyyy-MM-dd"); Date sDate = sDateFormat.parse(strDate);