Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/04/2004, 11:42
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años
Puntos: 772
Hola, Scrubb.

A ver si te refieres a esto:
Código:
fecha=new Date();
dia=fecha.getDate();
mes=fecha.getMonth();
if(mes<10) mes='0'+mes;
anno=fecha.getYear();
Luego lo juntas como tú prefieras.

Saludos,