The published field is a dateTime format, so you'll need to use that method for checking. I don't see any "date" fields in the entries, so you won't be able to track down photos on a specific date that way.
This was what I could get for checking all photos on that day: http://picasaweb.google.com/data/feed/api/user/default?kind=photo&prettyprint=true&v=2&fields=entry[xs:dateTime(published)%3E=xs:dateTime('2012-11-11T00:00:00.000Z')%20and%20xs:dateTime(published)%3Cxs:dateTime('2012-12-11T00:00:00.000Z')](published) Michael Erickson | [email protected] | 424-666-1024 On Sun, Nov 11, 2012 at 6:52 AM, vncs0881 <[email protected]> wrote: > pls help these don't seem to filter anything > > entry[xs:date(published)=xs:date('2012-11-11')] > > also > > entry(published[xs:date(text())=xs:date('2012-11-11')] > > doc > source<https://developers.google.com/gdata/docs/2.0/reference#PartialResponse> > > -- > You received this message because you are subscribed to the Google Groups > "Google Picasa Web Albums API" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-picasa-data-api/-/KAXdN0l2fcYJ. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-picasa-data-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en.
