Skip to content

Commit 369c76d

Browse files
vilhjalmurscottgonzalez
authored andcommitted
Datepicker: Fixed Icelandic locale. Fixes #9431 - Datepicker: Wrong dateformat for Icelandic datepicker locale.
1 parent 787d607 commit 369c76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jQuery(function($){
1414
dayNamesShort: ['Sun','Mán','Þri','Mið','Fim','Fös','Lau'],
1515
dayNamesMin: ['Su','Má','Þr','Mi','Fi','Fö','La'],
1616
weekHeader: 'Vika',
17-
dateFormat: 'dd/mm/yy',
17+
dateFormat: 'dd.mm.yy',
1818
firstDay: 0,
1919
isRTL: false,
2020
showMonthAfterYear: false,

0 commit comments

Comments
 (0)