Lines Matching refs:date

3 A date picker dialog box is a dialog box that allows users to select a date from the given range.
11 …Context](../js-apis-arkui-UIContext.md#uicontext), which ensures that the date picker dialog box i…
19 Shows a date picker dialog box.
29 | options | [DatePickerDialogOptions](#datepickerdialogoptions) | No | Parameters of the date pick…
106 | The start date is later than the end date, and the selected date is not set. | The start date, …
107date is later than the end date, and the selected date is earlier than the default start date. |…
108date is later than the end date, and the selected date is later than the default end date. | The…
109date is later than the end date, and the selected date is within the range of the default start da…
110 | The selected date is earlier than the start date. | The selected date is set to the start date.…
111 | The selected date is later than the end date. | The selected date is set to the end date. |
112 | The start date is later than the current system date, and the selected date is not set. | The s…
113 | The end date is earlier than the current system date, and the selected date is not set. | The s…
114 | The set date is in invalid format, for example, **'1999-13-32'**. | The default value is used. |
115 … The start date or end date is earlier than the valid date range. | The start date or end date i…
116 | The start date or end date is later than the valid date range. | The start date or end date is …
118 The valid date range is from 1900-1-31 to 2100-12-31.
120 …ception detection and handling with the selected date comes after that with the start date and end…
154 …to set the date when the OK button is touched. In this way, when the date picker dialog box is dis…
253 …to set the date when the OK button is touched. In this way, when the date picker dialog box is dis…
286 > To implement a fully customized date picker dialog box, create a [custom dialog box](ts-methods-c…
313 …to set the date when the OK button is touched. In this way, when the date picker dialog box is dis…