03/07/2007, 17:53
|
| | | Fecha de Ingreso: enero-2006 Ubicación: Monterrey,Mexico
Mensajes: 952
Antigüedad: 19 años Puntos: 3 | |
Re: String a Date Algo asi: 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));//imprime 20/06/2007
$d$!
__________________ -URL= Go PHP5.
-Age=22.
-Learning=PHP,J2EE,Struts,MAMBO,C++,JSON,AJAX,XHTML ,CSS. |