Add comment

This commit is contained in:
afc163 2015-06-17 19:57:05 +08:00
parent 93834dc197
commit a68c4a886d

View File

@ -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());