Create a date field in jquery mobile

Create a date field in jquery mobile

Hi I've got a question about the DATE field.

I've created a form with Jquery Mobile and I've got a field with type DATE.

How I can use the native datapicker (such as iophone weel)?!

Now my field seems a normal text field..

Thank's, Davide

Here the code:

  1. <div data-role="fieldcontain">
        <label for="data_acquisto">Data di acquisto</label>
        <input type="date" name="data_acquisto"  id="data_acquisto"  required="required" />
    </div>