diff --git a/components/calendar/index.en-US.md b/components/calendar/index.en-US.md index 73e720a67c..fb2e6996ac 100644 --- a/components/calendar/index.en-US.md +++ b/components/calendar/index.en-US.md @@ -13,7 +13,15 @@ When data is in the form of date, such as schedule, timetable, prices calendar, ## API -```html +**Note:** Part of locale of Calendar is read from value. So, please set the locale of moment correctly. + +```jsx +import moment from 'moment'; + +// It's recommended to set locale in entry file globaly. +import 'moment/locale/zh-cn'; +moment.locale('zh-cn'); +