Opens the system date picker.
Remark: To select a date via the date picker, we recommend that you use the "Date Picker" input mask for the "Date" edit control. This input mask is also available for iPhone/iPad applications.
InitialDate is Date = "20170101"
MyDate is Date
MyDate = DatePicker(InitialDate, "Start date")
Syntax
<Result> = DatePicker([<Initial date> [, <Title>]])
<Result>: Date or Character string
- Date selected in the picker,
- Empty string ("") if the selection was canceled by the user.
<Initial date>: Date or optional character string
Date displayed when opening up the picker. If this date is not specified the picker will display the current date.
<Title>: Optional character string
Title that must be displayed in the picker. If this parameter is not specified, the title will be the date displayed in the picker in text format.
Business / UI classification: UI Code
Component: wd270android.jar