SQL SERVER FECHA
Vyk2rr
vyk2rr en gmail.com
Lun Abr 4 16:03:13 CLT 2005
Hola Julio
- -Con la funcion
mktime()<http://mx.php.net/manual/es/function.mktime.php>puedes
obtener el timestamp a partir de una fecha
- -Con la funcion
date()<http://mx.php.net/manual/es/function.date.php>puedes
reformatear timestamp a la que tu lo quieras
Ami se me ocurrio algo así:
$hor=date("H",$row[timestamp])-6;
$min=date("i",$row[timestamp]);
$seg=date("s",$row[timestamp]);
if($hor>11){
$ampm="pm";
}else{
$ampm="am";
}
--
www.myalgorithm.com <http://www.myalgorithm.com>
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: https://listas.inf.utfsm.cl/pipermail/php/attachments/20050404/58b7e433/attachment.html
Más información sobre la lista de distribución PHP