diff --git a/components/calendar/index.en-US.md b/components/calendar/index.en-US.md index 7614cffb3c..bced3dcf30 100644 --- a/components/calendar/index.en-US.md +++ b/components/calendar/index.en-US.md @@ -14,14 +14,7 @@ When data is in the form of dates, such as schedules, timetables, prices calenda ## API -**Note:** Part of the Calendar's locale is read from `value`. So, please set the locale of `moment` correctly. - ```jsx -// The default locale is en-US, if you want to use other locale, just set locale in entry file globally. -// import moment from 'moment'; -// import 'moment/locale/zh-cn'; -// moment.locale('zh-cn'); -