How would I go about creating the above date and time selector but in Kivy? I'd like the user to be able to select a date (by scrolling horizontally, I assume the Spinner would be good here?) and then a list of available times will appear below that they can select. For the time selection part I think I know how to do this, I'd just dynamically create radio buttons with a Label next to them from a list of available times.
Thanks