is the end_date inclusive or exclusive?
for example if I want to fetch data only for yesterday (2015-12-26) is "start_date=20151226&end_date=20151227" correct?
If I set "start_date=20151226&end_date=20151226" I get nothing.
many thanks, michael
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ ديسمبر 28, 2015 في 10:36 صباحا
Hi Michael,
My queries are
lte
andgte
so inclusive.One thing I'm not clear on is whether you're formatting your query with the params you posted above as those are incorrect. You'd be looking for this (which returns 1068 results):
Cheers.
رد بواسطة Michael
بتاريخ ديسمبر 28, 2015 في 11:12 صباحا
it's an formation issue here. it was interpreting _ for itallic.
if it's
lte
andgte
shouldn'tstart_date=2015-12-27&end_date=2015-12-27
work?many thanks, michael