Browse Source

Add comment

pull/26/head
afc163 10 years ago
parent
commit
a68c4a886d
  1. 2
      components/datepicker/index.jsx

2
components/datepicker/index.jsx

@ -11,6 +11,8 @@ var DateTimeFormat = require('gregorian-calendar-format');
require('gregorian-calendar-format/lib/locale/zh-cn').shortMonths =
['1月', '2月', '3月', '4月', '5月', '6月',
'7月', '8月', '9月', '10月', '11月', '12月'];
//
//
var defaultCalendarValue = new GregorianCalendar(zhCn);
defaultCalendarValue.setTime(Date.now());

Loading…
Cancel
Save