
28/09/2004, 09:53
|
 | Colaborador | | Fecha de Ingreso: febrero-2001 Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses Puntos: 535 | |
sin ningún IF:
Código:
fecha = year(date()) & left("00",2-len(month(date()))) & month(date()) & left("00",2-len(day(date()))) & day(date())
(Pero es más largo :p)
__________________ ...___... |