Skip to content

Commit

Permalink
Datepicker: Display Year before Month in Hungarian i18n. Fixes #7019 …
Browse files Browse the repository at this point in the history
…- Hungarian Localisation has month-date in wrong order
  • Loading branch information
ajpiano committed Feb 18, 2011
1 parent c44818f commit b4bcc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/i18n/jquery.ui.datepicker-hu.js
Expand Up @@ -17,7 +17,7 @@ jQuery(function($){
dateFormat: 'yy-mm-dd',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
showMonthAfterYear: true,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['hu']);
});

0 comments on commit b4bcc1b

Please sign in to comment.