On Tue, Sep 24, 2013 at 9:19 AM, giuseppe giorgio <[email protected]> wrote:
> can someone help my with my issue? > > > http://stackoverflow.com/questions/18983716/delete-data-from-datastore-using-ksoap > It looks like you're trying to set and retrieve the date by using a String representation, which is difficult to search and debug on. Can you change your code so you're directly adding and searching using a *java.util.Date* object? Or a *long* storing the time in millis? ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
