# Calendar - category: Components - chinese: 日历 --- 可以显示代办事项的日历。 ## 何时使用 可以显示内容的日历。 ## API ```html ``` | 参数 | 说明 | 类型 | 默认值 | |--------------|----------------|----------|--------------| | value | 展示日期 | gregorian-calendar object | 当前日期 | | fullscreen | 是否全屏显示 | bool | false | | getDateData | 获取日的显示数据 | function | 无 | | getMonthData | 获取月的显示数据 | function | 无 | | dateCellRendar | 自定义渲染日期单元格 | function | 无 | | fullscreenDateCellRendar | 自定义渲染日期单元格(全屏) | function | 无 | | monthCellRendar | 自定义渲染月单元格 | function | 无 | | locale | 国际化配置 | object | [默认配置](https://github.com/ant-design/ant-design/issues/424) |