]> source.dussan.org Git - jquery-ui.git/commitdiff
Datepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 - Datepicker...
authorRichard D. Worth <rdworth@gmail.com>
Tue, 11 May 2010 09:23:38 +0000 (05:23 -0400)
committerRichard D. Worth <rdworth@gmail.com>
Tue, 11 May 2010 09:23:38 +0000 (05:23 -0400)
ui/i18n/jquery.ui.datepicker-sk.js

index e8e73e6717b6e08fc3cead4da97976d2125cc904..8a6771c1e00edfe5148005fa1b9815a790e06a17 100644 (file)
@@ -15,7 +15,7 @@ jQuery(function($){
                dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'],
                weekHeader: 'Ty',
                dateFormat: 'dd.mm.yy',
-               firstDay: 0,
+               firstDay: 1,
                isRTL: false,
                showMonthAfterYear: false,
                yearSuffix: ''};