Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/06/2010, 20:09
Avatar de HasGvio
HasGvio
 
Fecha de Ingreso: junio-2010
Mensajes: 14
Antigüedad: 13 años, 10 meses
Puntos: 0
Respuesta: Fecha quiero un minúscula todos

Cita:
Iniciado por abimaelrc Ver Mensaje
Puedes usar [URL="http://php.net/manual/en/function.strtolower.php"]strtolower[/URL] o [URL="http://www.php.net/manual/en/function.mb-strtolower.php"]mb_strtolower[/URL].
mira eso facil

Código PHP:
<?php
$str 
strftime("%A, %d de %B del %Y");
$str strtolower($str);
echo 
$str;
?>
para HTML index.php

Código PHP:
<span id="lblFechaPanel" style="color: White; font-family: Verdana; font-size: 8pt;"><?php $str strftime("%A, %d de %B del %Y"); $str strtolower($str); echo $str;?></span>
amigo abimaelrc muchas gracias excelente