you can definitely filter on date properties. you can't use dates as
embedded constants inside GQL queries, which is probably what misled
alexander, but you can use bound query parameters:

http://code.google.com/appengine/docs/datastore/gqlqueryclass.html#Introduction

or you can use the programmatic Query interface:

http://code.google.com/appengine/docs/datastore/queryclass.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to