Tema
:
sacar fecha de db y convertirla
Ver Mensaje Individual
#
4
(
permalink
)
30/08/2005, 12:31
claudiovega
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 21 años, 4 meses
Puntos: 11
con tiempo te refieres a timestamp?
Código PHP:
<?php
$tiempo
=
$row
[
'fecha'
];
$fecha
=
date
(
"d/m/y"
,
$tiempo
);
echo
$fecha
;
?>
claudiovega
Ver Perfil
Buscar todos los Mensajes de claudiovega