Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/07/2002, 15:14
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 22 años, 5 meses
Puntos: 61
Re: para poner fecha

daniele, tus deseos son ordenes!!
<html>
<head>
<title>Untitled</title>
<script>
Nombredeldia=new Array("Domingo","Lunes"," Martes","Miércoles","Jueves&qu ot;,"Viernes","Sábado");
Nombredelmes=new Array("Enero","Febrero"," Marzo","Abril","Mayo",&qu ot;Junio","Julio","Agosto&quot ;,"Septiembre","Octubre",&quot ;Noviembre","Diciembre");
ahora=new Date
</script>
</head>

<body>
<script>
document.write("Hoy es "+Nombredeldia[ahora.getDay()]+", "+ahora.getDate()+" de "+Nombredelmes[ahora.getMonth()]+" de "+ahora.getYear()+".")
</script>


</body>
</html>

Salu2

K a r l a n K a s