I am using an Input field with type=date. I am using the following script to set the Min Date for the field.
Appery('altcheckout').attr("min",2014-05-10);
This works in the Chrome browser but it does not work on the iPhone. In the browser the past dates are grayed out and you are not able to choose them. If the iPhone I am still able to scroll to a past date.