DatePickerCustom.md 855 Bytes
title: DatePickerCustom - 时间选择器
nav:
  title: 基础组件
  path: /components
group:
  path: /

DatePickerCustom 时间选择器

代码演示

时间选择器 - 时间

API

api 参考 Antd DatePicker 组件 https://ant.design/components/date-picker-cn/#API

代码演示

时间选择器 - 日期

API

api 参考 Antd DatePicker 组件 https://ant.design/components/date-picker-cn/#API

参数 说明 类型 默认值
onChange 改变选择的时间,重写 antd 方法,返回起始时间对象 function(date, dateString){ } --

代码演示

时间选择器 - 范围

API

api 参考 Antd DatePicker 组件 https://ant.design/components/date-picker-cn/#API