mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Datepicker: Display Year before Month in Hungarian i18n. Fixes #7019 - Hungarian Localisation has month-date in wrong order
This commit is contained in:
2
ui/i18n/jquery.ui.datepicker-hu.js
vendored
2
ui/i18n/jquery.ui.datepicker-hu.js
vendored
@@ -17,7 +17,7 @@ jQuery(function($){
|
||||
dateFormat: 'yy-mm-dd',
|
||||
firstDay: 1,
|
||||
isRTL: false,
|
||||
showMonthAfterYear: false,
|
||||
showMonthAfterYear: true,
|
||||
yearSuffix: ''};
|
||||
$.datepicker.setDefaults($.datepicker.regional['hu']);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user