Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/05/2002, 12:54
Avatar de urjose
urjose
 
Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años, 1 mes
Puntos: 1
Re: Valor datetime en un <input type=text>

intenta esto:

Response.write &quot; &lt;input type=text name=sle_fecha_recep_transf maxlength=17 size=17 value= &quot;&quot; &amp; rs(&quot;fecha_recep_transf&quot;) &amp; &quot;&quot; &gt;&quot;

o esto

Response.write &quot; &lt;input type=text name=sle_fecha_recep_transf maxlength=17 size=17 value= '&quot; &amp; rs(&quot;fecha_recep_transf&quot;) &amp; &quot;' &gt;&quot;

Saludos

<center><img src="http://www.pcmasmas.com.ar/foro/images/avatars/043.gif"><br>
Urjose</center>