Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/03/2007, 08:05
toforo
 
Fecha de Ingreso: octubre-2006
Mensajes: 173
Antigüedad: 17 años, 7 meses
Puntos: 3
Re: Mostrar Fecha en español...

prueba asi
Código PHP:
<?php
setlocale
(LC_TIME'spanish');
print 
"<strong style='color: blue;'>".strftime("&nbsp;  %A %#d de %B del %Y")."";
?>
Código PHP:
<?php
print "<strong style='color: red;'>&nbsp;&nbsp;".date("h:i:s. A")."&nbsp;";
?>