|
|
|
|
|
- Application in the background: Specific case from Android 10
DatePicker (Function) In french: DateSélecteur Opens the system date picker. Note To select a date using the date picker, we recommend using the "Date roll" input mask directly for the "Date" edit control. This input mask is also available for iPhone/iPad applications. DateInitiale is Date = "20170101"
MaDate is Date
MaDate = DatePicker(DateInitiale, "Date de départ")
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: wd300android.jar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|