Skip to content

Commit

Permalink
Datepicker: i18n Polish changed yy-mm-dd to dd.mm.yy. Fixed #5522 - W…
Browse files Browse the repository at this point in the history
…rong date format for polish regional
  • Loading branch information
rdworth committed May 11, 2010
1 parent 34912bc commit 5fd1580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/i18n/jquery.ui.datepicker-pl.js
Expand Up @@ -14,7 +14,7 @@ jQuery(function($){
dayNamesShort: ['Nie','Pn','Wt','Śr','Czw','Pt','So'],
dayNamesMin: ['N','Pn','Wt','Śr','Cz','Pt','So'],
weekHeader: 'Tydz',
dateFormat: 'yy-mm-dd',
dateFormat: 'dd.mm.yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
Expand Down

0 comments on commit 5fd1580

Please sign in to comment.