Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/11/2010, 11:14
Geovanny0401
 
Fecha de Ingreso: diciembre-2009
Mensajes: 137
Antigüedad: 15 años
Puntos: 4
Respuesta: formato de fecha

ya lo solucione aca le dejo el codigo por si acaso alguien lo necesita en futuro

Código PHP:
private static final SimpleDateFormat DATE_FORMAT_VI=new SimpleDateFormat("yyyyMMdd");


public static 
String dateFormatVI(Date d){
        return 
d==null ""DATE_FORMAT_VI.format(d);
    } 
Código PHP:
 String Fecha1=Util.dateFormatVI(calendarFecha.getDate()); 
y listo ya ingresa en la bd en el formato yyyyMMdd