Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/01/2008, 05:29
Avatar de Adler
Adler
Colaborador
 
Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 17 años, 4 meses
Puntos: 126
Re: Fecha: Cómo cojer día y mes.

Prueba así

Dim f
f = Now()

Dim fecha
fecha = Day(f) & "/" & Month(f)

response.write fecha


Suerte
__________________
Los formularios se envían/validan con un botón Submit
<input type="submit" value="Enviar" style="background-color:#0B5795; font:bold 10px verdana; color:#FFF;" />