seatgeek / api-support

A support channel for the SeatGeek Platform
9 stars 7 forks source link

Date query not working in my ajax call #25

Closed jcincotta22 closed 7 years ago

jcincotta22 commented 7 years ago

When I run the query in the browser for an artist name, start date, and end date it works fine...when I run it on my application It returns all results starting from todays date...why is this happening??

josegonzalez commented 7 years ago

Without knowing any details of your application code, I'll say you're probably setting an invalid date - maybe date formatting is wrong - in your code, so it's actually not passing any dates. Happy to help debug that issue if you can show us the code you are using.

josegonzalez commented 7 years ago

Closing as there hasn't been any response in two weeks. Hope you figured out your issue :)