I have list of events, each event has two dates; start date and end date. I want to create a filter by months. How do I return dates that ranges between a month that a user selects? for example, lets say the user selects month October, I want to return all events that are within this month. I have list of events, each event has two dates