<?phpsetlocale(LC_ALL,"es_ES@euro","es_ES","esp"); // LC_TIME$d = "2010-03-03";$fecha = strftime("%A %e de %B de %Y", strtotime($d));echo $fecha;?>