Datepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 - Datepicker localization SK. Thanks borsuk

This commit is contained in:
Richard D. Worth 2010-05-11 05:23:38 -04:00
parent 4b36cce683
commit b53b48b618

View 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: ''};