]> source.dussan.org Git - jquery-ui.git/commitdiff
Datepicker: Display Year before Month in Hungarian i18n. Fixes #7019 - Hungarian... 132/head
authoradam j. sontag <ajpiano@ajpiano.com>
Fri, 18 Feb 2011 16:45:44 +0000 (11:45 -0500)
committeradam j. sontag <ajpiano@ajpiano.com>
Fri, 18 Feb 2011 16:45:44 +0000 (11:45 -0500)
ui/i18n/jquery.ui.datepicker-hu.js

index 249e7b0ef4f83cd7b6f6e78a39e788a36609157b..46e63f59b2a55d2a8615134c713c7f357c438648 100644 (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']);
 });