Skip to content

Commit 5fd1580

Browse files
committed
Datepicker: i18n Polish changed yy-mm-dd to dd.mm.yy. Fixed #5522 - Wrong date format for polish regional
1 parent 34912bc commit 5fd1580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/i18n/jquery.ui.datepicker-pl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jQuery(function($){
1414
dayNamesShort: ['Nie','Pn','Wt','Śr','Czw','Pt','So'],
1515
dayNamesMin: ['N','Pn','Wt','Śr','Cz','Pt','So'],
1616
weekHeader: 'Tydz',
17-
dateFormat: 'yy-mm-dd',
17+
dateFormat: 'dd.mm.yy',
1818
firstDay: 1,
1919
isRTL: false,
2020
showMonthAfterYear: false,

0 commit comments

Comments
 (0)