iphone - How can I retrieve all objects from a certain date and on using parse.com? -
i using parse.com. need list of strings stored in parse starting date user started using app , on.
the way can think of objects dates, , have algorithm tells me whether particular object more recent users start date, , display strings. don't want that, seems more work needed. there other solutions out there?
in 'pfquery' objects, use constraint [query wherekey:@"createdat" isgreaterthanorequalto:[pfuser currentuser].createdat];
.
Comments
Post a Comment