I need help on how I use this component to select a date range?
In my current use case I am trying to time track the users who are entering the data everyday. In order to reduce the size of database query I would like to restrict the date range to just last 1 week.
Any tips on how to implement this solution