URL:https://demos.jquerymobile.com/1.0a4.1/experiments/ui-datepicker/ Usage Instructions The datepicker auto-generates from a regular input element with a type="date" attribute. We'd recommend wrapping the label and input in a fieldcontain div for presentation purposes, and these elements should be placed within a form element for C-Grade browser accessibility. Note: This plugin is not included in jQuery Mobile by default, so you'll need to include the following files in order to use it: You'll also want to configure the page plugin to convert "date" input elements to "text" inputs after they're enhanced with our datepicker, so that no native datepicker will conflict with the custom one we're adding. To do this, bind to the "mobileinit" event and set input types of "date" back to text using the page plugin's options: