 
			
				21/07/2008, 12:40
			
			
			     |  
      |    |    |    Fecha de Ingreso: junio-2008  
						Mensajes: 168
					  Antigüedad: 17 años, 4 meses Puntos: 0     |        |  
  |      Respuesta: Como obtengo la fecha de hoy        Solucionado!!   
int mes=calendario.get(Calendar.MONTH); 
  	  int dia=calendario.get(Calendar.DAY_OF_MONTH); 
  	  int año=calendario.get(Calendar.YEAR); 
	  String f=(dia+"-"+mes+"-"+año);           |