;(function (jQuery) { jQuery.fn.datepicker.language['zh'] = { days: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'], daysShort: ['日', '一', '二', '三', '四', '五', '六'], daysMin: ['日', '一', '二', '三', '四', '五', '六'], months: ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'], monthsShort: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], today: '今天', clear: '清除', dateFormat: 'yyyy-mm-dd', timeFormat: 'hh:ii', firstDay: 0 }; jQuery.fn.datepicker.autoClose = true; })(jQuery);