--- title: DatePickerCustom - 时间选择器 nav: title: 基础组件 path: /components group: path: / --- # DatePickerCustom 时间选择器 ## 代码演示 ### 时间选择器 - 时间 <code src="./demos/base1.tsx"> ## API api 参考 Antd DatePicker 组件 https://ant.design/components/date-picker-cn/#API ## 代码演示 ### 时间选择器 - 日期 <code src="./demos/base.tsx"> ## API api 参考 Antd DatePicker 组件 https://ant.design/components/date-picker-cn/#API | 参数 | 说明 | 类型 | 默认值 | | --- | --- | --- | --- | | onChange | 改变选择的时间,重写 antd 方法,返回起始时间对象 | function(date, dateString){ } | -- | ## 代码演示 ### 时间选择器 - 范围 <code src="./demos/base2.tsx"> ## API api 参考 Antd DatePicker 组件 https://ant.design/components/date-picker-cn/#API