ant-design/components/date-picker/demo/disabled-date.md

8 lines
293 B
Markdown
Raw Normal View History

2016-06-19 11:17:09 +08:00
## zh-CN
可用 `disabledDate``disabledTime` 分别禁止选择部分日期和时间,其中 `disabledTime` 需要和 `showTime` 一起使用。
2016-06-19 11:17:09 +08:00
## en-US
Disabled part of dates and time by `disabledDate` and `disabledTime` respectively, and `disabledTime` only works with `showTime`.