You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| isPopup | Boolean | true | whether as popup add a overlay |
155
259
| isOpen | Boolean | false | whether to open datepicker |
156
260
| theme | String | default | theme of datepicker, include 'default', 'dark', 'ios', 'android', 'android-dark' |
157
-
| dateFormat | Array |['YYYY', 'M', 'D']| according to year, month, day, hour, minute, second format specified display text. E.g ['YYYY年', 'MM月', 'DD日']|
158
-
| dateSteps | Array |[1, 1, 1]| set step for each time unit |
159
-
|showFormat | String | 'YYYY/MM/DD' | customize the format of the display title |
261
+
|~~dateFormat~~(deprecated, use `dateConfig` instead) | Array |['YYYY', 'M', 'D']| according to year, month, day, hour, minute, second format specified display text. E.g ['YYYY年', 'MM月', 'DD日']|
262
+
|~~dateSteps~~(deprecated), use `dateConfig` instead | Array |[1, 1, 1]| set step for each time unit |
263
+
| dateConfig | Object |[See `DateConfig` format for details](#dateconfig)| configure date unit information |
264
+
|~~showFormat~~(deprecated, use `headerFormat` instead) | String | 'YYYY/MM/DD' | customize the format of the display title |
265
+
|headerFormat | String | 'YYYY/MM/DD' | customize the format of the display title |
160
266
| value | Date | new Date() | date value |
161
267
| min | Date | new Date(1970, 0, 1) | minimum date |
162
268
| max | Date | new Date(2050, 0, 1) | maximum date |
0 commit comments