Marcello Voc
2012-03-05 17:42:29 UTC
hi guys
i try to print a data from database( type field datatime)
echo $product->getExpiry();
but return this error
Object of class DateTime could not be converted to string
i have try to force convert in entity with methos __toString but not
work
public function __toString()
{
return (string) $this->expiry;
}
i try to print a data from database( type field datatime)
echo $product->getExpiry();
but return this error
Object of class DateTime could not be converted to string
i have try to force convert in entity with methos __toString but not
work
public function __toString()
{
return (string) $this->expiry;
}