aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n/ui.datepicker-zh-CN.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/i18n/ui.datepicker-zh-CN.js')
-rw-r--r--ui/i18n/ui.datepicker-zh-CN.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/i18n/ui.datepicker-zh-CN.js b/ui/i18n/ui.datepicker-zh-CN.js
index 213aa2dfc..6c4883f53 100644
--- a/ui/i18n/ui.datepicker-zh-CN.js
+++ b/ui/i18n/ui.datepicker-zh-CN.js
@@ -17,7 +17,7 @@ jQuery(function($){
dateFormat: 'yy-mm-dd',
firstDay: 1,
isRTL: false,
- showMonthAfterYear: false,
- yearSuffix: ''};
+ showMonthAfterYear: true,
+ yearSuffix: '年'};
$.datepicker.setDefaults($.datepicker.regional['zh-CN']);
});