mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Datepicker: Display Year before Month in Hungarian i18n. Fixes #7019 - Hungarian Localisation has month-date in wrong order
This commit is contained in:
parent
c44818fcca
commit
b4bcc1bf9d
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',
|
dateFormat: 'yy-mm-dd',
|
||||||
firstDay: 1,
|
firstDay: 1,
|
||||||
isRTL: false,
|
isRTL: false,
|
||||||
showMonthAfterYear: false,
|
showMonthAfterYear: true,
|
||||||
yearSuffix: ''};
|
yearSuffix: ''};
|
||||||
$.datepicker.setDefaults($.datepicker.regional['hu']);
|
$.datepicker.setDefaults($.datepicker.regional['hu']);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user