Hola franju
mira el codigo que tengo pero no me funciona porque toma la fecha actual
Código PHP:
SimpleDateFormat Fecha = new SimpleDateFormat("yyyyMMdd",Locale.getDefault());
Date fechaDate = new Date();
String fecha2 = Fecha.format(fechaDate);
aca tengo otro codigo pero me genera este error
Código HTML:
Cannot format given Object as a Date
y este es el codigo
Código PHP:
SimpleDateFormat Fecha = new SimpleDateFormat("yyyyMMdd",Locale.getDefault());
Fecha.format(calendarFecha));
te agradezco la ayuda