Ver Mensaje Individual
  #4 (permalink)  
Antiguo 20/10/2007, 16:54
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Zend Framework y Fechas

Creo no leiste bien el manual

Código PHP:
Zend_Date::setOptions(array('format_type' => 'php'));
$date = new Zend_Date(1234567890);
print 
$date->toString('"Y-m-d H:i:s"'); 
Saludos.