![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/11/2007, 14:37
|
![Avatar de josefferhn](http://static.forosdelweb.com/customavatars/avatar191852_1.gif) | | | Fecha de Ingreso: agosto-2007 Ubicación: Tegucigalpa, Fco Morazan
Mensajes: 27
Antigüedad: 17 años, 6 meses Puntos: 0 | |
Re: setlocate en español no funca Hola, este codigo te tiene ke funcionar facilmente:
<?php
$Fecha_ = "2007-08-25";
setlocale(LC_TIME,'SP');
$NombreDia_Es = strftime('%A',strtotime($Fecha_));
echo ucfirst($NombreDia_Es);
?> |