aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n/ui.datepicker-el.js
diff options
context:
space:
mode:
authorKeith Wood <kbwood.au@gmail.com>2009-04-01 10:34:16 +0000
committerKeith Wood <kbwood.au@gmail.com>2009-04-01 10:34:16 +0000
commitfea2eeb0d73add46dc4798ecca87692a22c57b6d (patch)
treebf43573f19bbc9e36be5ca849b827efe71207aa4 /ui/i18n/ui.datepicker-el.js
parent89905e277e665437164a647f59bdd69072d120ac (diff)
downloadjquery-ui-fea2eeb0d73add46dc4798ecca87692a22c57b6d.tar.gz
jquery-ui-fea2eeb0d73add46dc4798ecca87692a22c57b6d.zip
Datepicker: fixed #4085 - Can not display year and month correctly in Japanese
Diffstat (limited to 'ui/i18n/ui.datepicker-el.js')
-rw-r--r--ui/i18n/ui.datepicker-el.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/ui/i18n/ui.datepicker-el.js b/ui/i18n/ui.datepicker-el.js
index 535080da0..c3390dba2 100644
--- a/ui/i18n/ui.datepicker-el.js
+++ b/ui/i18n/ui.datepicker-el.js
@@ -13,7 +13,10 @@ jQuery(function($){
dayNames: ['Κυριακή','Δευτέρα','Τρίτη','Τετάρτη','Πέμπτη','Παρασκευή','Σάββατο'],
dayNamesShort: ['Κυρ','Δευ','Τρι','Τετ','Πεμ','Παρ','Σαβ'],
dayNamesMin: ['Κυ','Δε','Τρ','Τε','Πε','Πα','Σα'],
- dateFormat: 'dd/mm/yy', firstDay: 1,
- isRTL: false};
+ dateFormat: 'dd/mm/yy',
+ firstDay: 1,
+ isRTL: false,
+ showMonthAfterYear: false,
+ yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['el']);
}); \ No newline at end of file