I have a list of an object which contain info for different flights and each flight has one date. What i was trying to accomplish is get the user to pick a date then I would iterate through the list to return flights on that date but also a couple of days earlier and after.
How to do it?
Logic-----------
When you say "around this date" you need to quantify that. How many days or weeks around the date? Use that to create an upper and lower bound when extracting data from the List.