DojoMobileDatePicker widget

A Dojo mobile date picker displays a date that you can set or retrieve.

Fields

Day
A value of type int; the day from the date in the value field.
Month
A value of type int; the month in the date.
Value
A value of type date.
Year
A value of type int; the year in the date.

Use the clear function to clear the selected date.

Example

Use of this widget requires a statement like this:
import dojo.mobile.widgets.DojoMobileDatePicker;