diff options
author | adam j. sontag <ajpiano@ajpiano.com> | 2011-02-18 11:45:44 -0500 |
---|---|---|
committer | adam j. sontag <ajpiano@ajpiano.com> | 2011-02-18 11:45:44 -0500 |
commit | b4bcc1bf9dc8673089eb7cdcc3378a93d7f0a678 (patch) | |
tree | 7be974b33a66f1264816ba3b3bc348b97728c4b7 | |
parent | c44818fccaeb4f41fdb8b8a00662169a4258b78c (diff) | |
download | jquery-ui-b4bcc1bf9dc8673089eb7cdcc3378a93d7f0a678.tar.gz jquery-ui-b4bcc1bf9dc8673089eb7cdcc3378a93d7f0a678.zip |
Datepicker: Display Year before Month in Hungarian i18n. Fixes #7019 - Hungarian Localisation has month-date in wrong order
-rw-r--r-- | ui/i18n/jquery.ui.datepicker-hu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-hu.js b/ui/i18n/jquery.ui.datepicker-hu.js index 249e7b0ef..46e63f59b 100644 --- a/ui/i18n/jquery.ui.datepicker-hu.js +++ b/ui/i18n/jquery.ui.datepicker-hu.js @@ -17,7 +17,7 @@ jQuery(function($){ dateFormat: 'yy-mm-dd', firstDay: 1, isRTL: false, - showMonthAfterYear: false, + showMonthAfterYear: true, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['hu']); }); |