![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/05/2004, 05:33
|
| | Fecha de Ingreso: enero-2004 Ubicación: PAïS LLïONES
Mensajes: 162
Antigüedad: 21 años, 1 mes Puntos: 3 | |
Hora en javascript?
fecha = new Date(); este objeto te da fecha y hora, para verlo:
fecha.getDate();
fecha.getYear();
fecha.getDay();
fecha.getMonth();
y bueno asi con minutes, second.....
sumar 15 dias al dia actual:
fecha.getDate() = fecha.getDate() + 15; (creo) |