Skip to content

Commit 3af0923

Browse files
committed
Datepicker: Fixed dateFormat for nl locale. Fixes #7250 - Datepicker: Incorrect dateFormat in jquery.ui.datepicker-nl.js.
1 parent 00559b3 commit 3af0923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jQuery(function($){
1414
dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],
1515
dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],
1616
weekHeader: 'Wk',
17-
dateFormat: 'dd/mm/yy',
17+
dateFormat: 'dd-mm-yy',
1818
firstDay: 1,
1919
isRTL: false,
2020
showMonthAfterYear: false,

0 commit comments

Comments
 (0)