how to get published date from blogger using Zend and PHP?

[email protected]
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>
hi
I'm using an early version of Zend framework, and can get most things 
related to my blogs
e.g.
$entry = $this->gdClient->getEntry($query);
global $blogTitle, $blogContent;
$blogTitle = $entry->title->text;
$blogContent = $entry->getContent()->text;

but I can't figure out how to get the published date of each blog?

$blogPublished = $entry->published->text;
- doesn't work

neither does 
$blogPublished = $entry->published;

Any ideas?

thanks

-- 
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/groups/opt_out.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.