Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/07/2009, 18:40
HaX
 
Fecha de Ingreso: octubre-2007
Mensajes: 34
Antigüedad: 17 años, 4 meses
Puntos: 0
Respuesta: valor javascript a intup

:s creo q te refieres a hacer esto:
Código PHP:
document.getElementById("fecha").value =today.getDate()+ "/"+(today.getMonth()+1)+ "/" + (year+"").substring(2,4
y luego en mi input qeda asi??

<input type="text" id= "fecha" name="fecha" />