diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/js/ui/i18n/jquery.ui.datepicker-th.js (renamed from themes/default/js/ui/i18n/ui.datepicker-th.js) | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/themes/default/js/ui/i18n/ui.datepicker-th.js b/themes/default/js/ui/i18n/jquery.ui.datepicker-th.js index 3c2a02b5e..c090c6b81 100644 --- a/themes/default/js/ui/i18n/ui.datepicker-th.js +++ b/themes/default/js/ui/i18n/jquery.ui.datepicker-th.js @@ -7,13 +7,17 @@ jQuery(function($){ nextText: 'ถัดไป »', currentText: 'วันนี้', monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน', - 'กรกฏาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'], + 'กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'], monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.', 'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'], dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'], dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'], dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'], - dateFormat: 'dd/mm/yy', firstDay: 0, - isRTL: false}; + weekHeader: 'Wk', + dateFormat: 'dd/mm/yy', + firstDay: 0, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['th']); });
\ No newline at end of file |