Re: how to get published date from blogger using Zend and PHP?
Taufik Nurrohman <[email protected]>
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
Try $entry->published->$t; Check your result first: var_dump($entry->published); Pada Jumat, 10 Januari 2014 4:43:26 UTC+7, [email protected] menulis: > > 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/d/optout.