|    
			
				09/08/2011, 10:52
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: agosto-2011 
						Mensajes: 2
					 Antigüedad: 14 años, 2 meses Puntos: 0 |  | 
  |  Respuesta: Agregar datapicker a formulario dinamico  
  fie es un contenedor efectivamentefi = document.getElementById('exp'); // 1
 fie=document.createElement('fieldset');
 inicio=document.createElement('<input type="text" class="date-pick" id="fechai[]" name="fechai[]" value=" <?PHP echo date("Y-m-d")?>" />');
 
 fie.appendChild(inicio);
 fi.appendChild(fie);
     |