how to get blog published data?
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
Hi I'm using what I think is an early version of the Zend Gdata framework, to get blogs out of Google Blogger using PHP. It's all working fine, and I can get the title and content ok e.g. $entry = $this->gdClient->getEntry($query); $blogTitle = $entry->title->text; $blogContent = $entry->getContent()->text; etc. Butt I can't figure out how to get the published date of the blog. I thought it might be something like $blogPublished = $entry->published->text; or $blogPublished = $entry->published; but neither of these work. Can anyone help please? -- 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.