Ver original<?phpsetlocale(LC_ALL, 'spanish');$mes = strftime('%B');echo date('d') . ' de ' . ucfirst($mes) . ' del ' . date('Y');