I’m creating an iPhone app. I’d like to allow the user to pick a starting and ending time. I do see there is a DateTime picker. I don’t need the user to select a date, just the time.
Maybe I need to put two textboxes on the page. The first textbox is for the user to enter the hour and the 2nd textbox the user can enter the minutes.
Or, maybe I should do a drondown box with the hours and a 2nd dropdown box with the minutes?
Thanks, Ed