gracias
esto hago en java
Código PHP:
public Date getFechaPago() {
return fechaPago;
}
public void setFechaPago(Date fechaPago) {
this.fechaPago= fechaPago;
}
Date fechaPago=respuestaConsulta.getDate("fechaPago");
DateFormat df= new SimpleDateFormat("dd-MMM-yyyy HH:mm");
objRegistroAtencion.setFechaPago(df.format(fechaPago));
Código PHP:
15/12/2011 15:30:00 pm
Código:
cuando lo visualizo en mi jsp me lo muestra asi: con la hora en 00:00select fechaPago from tabla...
Código:
15-dic-2011 00:00