Te pongo el codigo completo:
Código HTML:
String dateFormat="20/06/2007";
SimpleDateFormat sdf= new SimpleDateFormat("dd/MM/yyyy");
Date date=sdf.parse(dateFormat);
System.out.println(sdf.format(date));
Calendar c= Calendar.getInstance();
c.setTime(date);
System.out.println("el numero de dias es: "+c.getActualMaximum(c.DAY_OF_MONTH));
__________________
-URL=
Go PHP5.
-Age=22.
-Learning=PHP,J2EE,Struts,MAMBO,C++,JSON,AJAX,XHTML ,CSS.