You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

917 B

Datepicker

  • category: Components
  • chinese: 日期选择框
  • order: 4

输入或选择日期/时间的控件。

何时使用

当用户需要输入一个日期/时间,可以点击标准输入框,弹出日期面板进行选择。支持键盘操作。

<Datepicker value="2015-01-01" />

API

参数 说明 类型 默认值
value 日期 string
format 展示的日期格式 string "yyyy-MM-dd"
disabled 不可选择的日期 function
transitionName 动画名称 String.可取 'slide-up' 无.
onSelect 选择日期的回调 function
showTime 显示时间选择条 boolean false