Search found 9 matches

Go to advanced search

by Caleb Kirby
Fri Jul 17, 2020 3:32 pm
Forum: Issues
Topic: Where Date is greater than today
Replies: 14
Views: 1612
 
Jump to post

Where Date is greater than today

\""description\"":\""Incorrect query\""}""} "

by Caleb Kirby
Fri Mar 21, 2014 6:27 am
Forum: Issues
Topic: Where Date is greater than today
Replies: 14
Views: 1612
 
Jump to post

Where Date is greater than today

awesome thank you so very much for your patiences

that did it

by Caleb Kirby
Fri Mar 21, 2014 6:03 am
Forum: Issues
Topic: Where Date is greater than today
Replies: 14
Views: 1612
 
Jump to post

Where Date is greater than today

h//ps://api.appery.io/rest/1/db/collections/or_events?where=%7B%22Event_dat...22%24date%22%3A%222014-03-21T05%3A53%3A00.987Z%22%7D%7D%7D&sort=Event_date

by Caleb Kirby
Fri Mar 21, 2014 6:00 am
Forum: Issues
Topic: Where Date is greater than today
Replies: 14
Views: 1612
 
Jump to post

Where Date is greater than today

Sorry I had added it into the wrong place.

i have placed it there now and this is the message under the console

Failed to load resource: the server responded with a status of 400 (Bad Request) https://api.appery.io/rest/1/db/colle...

by Caleb Kirby
Fri Mar 21, 2014 4:45 am
Forum: Issues
Topic: Where Date is greater than today
Replies: 14
Views: 1612
 
Jump to post

Where Date is greater than today

Sorry, from landing screen - upcoming events - search with QLD as the selected option. It should then give back a list and exclude any before today

by Caleb Kirby
Thu Mar 20, 2014 10:14 pm
Forum: Issues
Topic: Where Date is greater than today
Replies: 14
Views: 1612
 
Jump to post

Where Date is greater than today

Hi Nikita, I tried with the below in the 'where' part of the query but had no luck var d = new Date(); d.setDate(d.getDate() + 0); var dateStr = d.toISOString(); return '{"EventStartDate":{"$gte":"'+ dateStr +'"}}'; I'm not sure if I'm even headed in the right direction...
by Caleb Kirby
Thu Mar 20, 2014 12:09 pm
Forum: Issues
Topic: Where Date is greater than today
Replies: 14
Views: 1612
 
Jump to post

Where Date is greater than today

I'm trying to build into my query to only return events greater than today's date. Obviously today is dynamic If I hard code the date it works {"Event_date":{"$gt":'2014-03-20'}} but I don't know how to get it to work dynamically this does not work {"Event_date":{"...

Go to advanced search