I want to present an HTML-based form in a UIWebView with a date field. I want the OS to recognize this as a date and show the UIDatePickerView for entering the date similar to the way it presents a UIPickerView when entering data in a form select field. Is this possible?
Share
here is a javascript only control that might work… I saved the link for my reference, but never used it
http://cubiq.org/spinning-wheel-on-webkit-for-iphone-ipod-touch
And below is some code I just typed up on how you might do it. I have not tested this code, it is only for informational purposes. Basically just check all the links that are clicked for the specific criteria you require, pop up the picker and get the results
Action Method for DataPicker