Ver Mensaje Individual
  #4 (permalink)  
Antiguo 07/07/2007, 11:00
Avatar de caricatos
caricatos
Moderador
 
Fecha de Ingreso: abril-2002
Ubicación: Torremolinos (Málaga)
Mensajes: 19.607
Antigüedad: 22 años, 9 meses
Puntos: 1284
Re: Problemas con fechas

Hola:

Basándome en el siguiente mensaje: Fecha + Hora, se me ocurrió:

Código:
Date.prototype.toString = function()	{
  return this.getDate() + "/" + (this.getMonth() + 1) + "/" + this.getFullYear();
}
Date.prototype.siguienteYear = function() {
  return this.getDate() + "/" + (this.getMonth() + 1) + "/" + (parseInt(this.getFullYear()) + 1);
}
Saludos
__________________
Por favor:
No hagan preguntas de temas de foros en mensajes privados... no las respondo