So I am producing a WEBAPP, that needs to engage with iPad. There is a date input field in the application. On desktop browsers I am using the jQuery UI Datepicker, but for iOS I really like the ‘wheels’ that pop up natively when using the date input field: 
The problem is limiting the range. I can easily limit the range with the jQuery UI Datepicker via the minDate / maxDate options. And html5 date input fields are ‘supposed’ to have this function built in natively like so <input type="date" min="2000-01-02" />. However this has no effect on the iOS wheels. Is there a way I can do date range restriction WITHIN the iOS wheels?
Whats the deal? Not one comment? Not one answer? There has to be a way to do this!
This is officially not possible.