diff options
Diffstat (limited to 'ui/i18n/ui.datepicker-ar.js')
-rw-r--r-- | ui/i18n/ui.datepicker-ar.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/i18n/ui.datepicker-ar.js b/ui/i18n/ui.datepicker-ar.js index d88ba05c8..b71412d19 100644 --- a/ui/i18n/ui.datepicker-ar.js +++ b/ui/i18n/ui.datepicker-ar.js @@ -16,7 +16,8 @@ jQuery(function($){ dayNamesMin: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'], dateFormat: 'dd/mm/yy', firstDay: 0, - isRTL: true - }; + isRTL: true, + showMonthAfterYear: false, + yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['ar']); });
\ No newline at end of file |