What is best way to show Date Picker for iPhone based Web Application. Can we show something like iPhone native date picker like shown below in web application:
In ASP.Net you can use the TextBox with type="date".
In a Html5 compatible browser you will have a date field. In a Html5 non-compatible browser you will have simple text field.