Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/08/2010, 05:50
sinh0s
 
Fecha de Ingreso: agosto-2010
Mensajes: 15
Antigüedad: 14 años, 3 meses
Puntos: 0
Respuesta: Pasar fecha de String a Date(PROBLEMAS)

1) String fecha="28-10-2005";
2) SimpleDateFormat sdf= new SimpleDateFormat("dd-MM-yyyy");
3) java.util.Date d=sdf.parse(fecha);

en la linea 1 debes separar los valores por - y no por /

Espero que te ayude.

http://www.forosdelweb.com/f45/cargar-atibutos-desde-xml-836747/