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
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on desember 28, 2015 at 10:36 AM
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.
Reply by Michael
on desember 28, 2015 at 11:12 AM
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