In non-string templates,it is necessary to use h-datefullpicker.
| Property | Description | Type | Optional | Default |
|---|---|---|---|---|
| defaultType | Default view | String | year, month, week, date | week |
| disabled | Boolean | - | false | |
| option | Configuration items, see the options below for details | Object | - | |
| noBorder | Whether there is a border, suitable for the drop-down selection of text | Boolean | - | false |
| placeholder | Show the default prompt | String | - | please select |
| startWeek | When choosing a week, set the starting day of the week | Number | 1, 2, 3, 4, 5, 6, 7 | Global Configuration datepicker.startWeek, For details, please go to |
| Event | Description |
|---|---|
| input | Data changes |
| confirm | Click OK button |
| clear | Click on the clear button |