Skip to content

Commit 971566d

Browse files
ajpianoscottgonzalez
authored andcommitted
Datepicker: Display Year before Month in Hungarian i18n. Fixes #7019 - Hungarian Localisation has month-date in wrong order
(cherry picked from commit b4bcc1b)
1 parent 9162679 commit 971566d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/i18n/jquery.ui.datepicker-hu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jQuery(function($){
1717
dateFormat: 'yy-mm-dd',
1818
firstDay: 1,
1919
isRTL: false,
20-
showMonthAfterYear: false,
20+
showMonthAfterYear: true,
2121
yearSuffix: ''};
2222
$.datepicker.setDefaults($.datepicker.regional['hu']);
2323
});

0 commit comments

Comments
 (0)