| start | Date | No| Date('1970-1-1') | Start date of the picker.|
| end | Date | No| Date('2100-12-31') | End date of the picker.|
| selected | Date | No| Current system date| Date of the selected item.|
| start | Date | No| Date('1970-1-1') | Start date of the picker.|
| end | Date | No| Date('2100-12-31') | End date of the picker.|
| selected | Date | No| Current system date| Date of the selected item.|
## Attributes
| Name| Type| Default Value| Description|
| Name| Type | Default Value | Description |
| -------- | -------- | -------- | -------- |
| lunar | boolean | false | Whether to display the lunar calendar.<br>- **true**: Display the lunar calendar.<br>- **false**: Do not display the lunar calendar.|
| lunar | boolean | false | Whether to display the lunar calendar.<br>- **true**: Display the lunar calendar.<br>- **false**: Do not display the lunar calendar.|
## Events
| Name| Description|
| Name | Description |
| -------- | -------- |
| onChange(callback: (value: DatePickerResult) => void) | Triggered when a date is selected.|
| onChange(callback: (value: DatePickerResult) => void) | Invoked when a date is selected. |
### DatePickerResult
| Name| Type| Description|
| Name | Type | Description |
| -------- | -------- | -------- |
| year | number | Year of the selected date.|
| year | number | Year of the selected date.|
| month | number | Month of the selected date. The value ranges from 0 to 11. The value **0** indicates January, and the value **11** indicates December. |