![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
08/07/2002, 15:14
|
![Avatar de KarlanKas](http://static.forosdelweb.com/customavatars/avatar11549_2.gif) | Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes 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" ;,"Septiembre","Octubre"," ;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 |