ant-design/components/calendar/index.md
2015-11-13 17:27:30 +08:00

1.1 KiB

Calendar

  • category: Components
  • chinese: 日历
  • cols: 1

可以显示代办事项的日历。

何时使用

可以显示内容的日历。

API

<Calendar getDateData={getDateDataMethod} getMonthData={getMonthDataMethod} />
参数 说明 类型 默认值
value 展示日期 gregorian-calendar object 当前日期
fullscreen 是否全屏显示 bool false
getDateData 获取日的显示数据 function
getMonthData 获取月的显示数据 function
dateCellRendar 自定义渲染日期单元格 function
fullscreenDateCellRendar 自定义渲染日期单元格(全屏) function
monthCellRendar 自定义渲染月单元格 function
locale 国际化配置 object 默认配置
onChange 日期改变 bool
onTypeChange 年月切换 function