We are designing a service backed record. The business wants to have filter

We are designing a service backed record.
The business wants to have filters for Records based on date. The basically want to enter the start date and end date. The result should be basically return the list view of records falling between the start date and end date. Is there a way to achieve this?is there a way, that we can capture the user inputs and then use it to filter the list view of records?

One approach i did think was to use the Search Textbox where the user can enter the dates as comma seperated values and then we use that to make the service call to return the records. But its not very intuitive. Is there a more graceful way to do this....

OriginalPostID-131268

OriginalPostID-131268

  Discussion posts and replies are publicly visible