Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/02/2012, 20:59
chcma
 
Fecha de Ingreso: junio-2003
Ubicación: Asturias
Mensajes: 2.429
Antigüedad: 21 años, 5 meses
Puntos: 7
Respuesta: Convertir String a DateTime (He mirado por google, pero no soy capaz de qu

SOLUCIONADO:
SimpleDateFormat formatDate = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS");

try
{

Date timeInit = formatDate.parse("2012-02-18 19:50:03.2");
}catch(Exception ex){}
__________________
Charlie.