jueves, 13 de diciembre de 2012

Ejercicio 08 fechas español


<html>
<head><title>short tags y funciones</title></head>
<body bgcolor="lightgreen">
<h1>Fecha y Hora actual</h1>
<font size="+2">
<?php
 setlocale (LC_ALL,"Spanish_Spain");
 echo "Ud. esta viendo esta pagina el dia ";
 echo strftime ("%A ");
 echo "y todo va bien";
 ?>
</font>
</body>
</html>

No hay comentarios:

Publicar un comentario