DojoMobileDatePicker
The DojoMobileDatePicker widget creates a date picker, with which the user can set the date with just one click.
Note:
To import the selected sample, you must install
and use the local help.
Properties
- value
- A Date value that represents a calendar date. You can get or set the date. The default value is the current date, and the format is DD-MM-YYYY.
- day
- The day of the date that you want to set. The value is an integer 1 - 31.
- month
- The month of the date that you want to set. The value is an integer 1 - 12.
- year
- The year of the date that you want to set. The value is an integer 1970 - 2038.
Function
- Reset
- Resets the date to the current date.