This is my designservlet.java, I got error unparsable date,how to fix this?
SimpleDateFormat reFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'");
Date activityDate = (Date) reFormat.parse(request.getParameter("startDate"));
I tried this from last few days but cannot solve this......... here, i also want to add date in database, i write code for this also...