Date Picker for iPhone Web Application

Ramesh Soni picture Ramesh Soni · Dec 23, 2008 · Viewed 88.7k times · Source

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:

iOS Date Picker

Answer

Kyle picture Kyle · Jan 8, 2012

The easiest way (and arguably the best way) is to use safari's built in datepicker for your input box using HTML5 type="date"

<input type="date" />