I am using DataPicker to grab a specific date range to query the database.
However, rather than using the calendar, I want to implement a simple dropdown menu where user only aloow to select a fixed range(e.g., Today, This Week, This Month, This Year)
Something like this:
Is it possible to change the DatePicker so that it shows this drop down menu instead of a calendar?