Datepicker: Display Year before Month in Hungarian i18n. Fixes #7019 - Hungarian Localisation has month-date in wrong order

(cherry picked from commit b4bcc1bf9d)
This commit is contained in:
adam j. sontag 2011-02-18 11:45:44 -05:00 committed by Scott González
parent 9162679e15
commit 971566d258

View File

@ -17,7 +17,7 @@ jQuery(function($){
dateFormat: 'yy-mm-dd',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
showMonthAfterYear: true,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['hu']);
});