Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/10/2006, 08:27
Avatar de stock
stock
 
Fecha de Ingreso: junio-2004
Ubicación: Monterrey NL
Mensajes: 2.390
Antigüedad: 19 años, 10 meses
Puntos: 53
seria algo asi:
Código PHP:
Calendar cal = new GregorianCalendar();
     
Date fch = new Date();
     
int dias 20;
     
cal.setTimeInMillis(fch.getTime());
     
cal.add(Calendar.DATEdias);
     
Date resultado = new Date(cal.getTimeInMillis()); 
have funnnnnn