I have DatePickers currently set up in my project, I have 2 function for a start date DatePicker and an end date DatePicker and then returning the values of each to be checked (making sure end is not before the start and so on).
I would like to implement the ability to choose both start and end dates off a single DatePicker, an example can be seen in the booking android app.
Any advice or suggestions would be greatly appreciated