Skip to content

Commit

Permalink
Datepicker: Fixed Icelandic locale. Fixes #9431 - Datepicker: Wrong d…
Browse files Browse the repository at this point in the history
…ateformat for Icelandic datepicker locale.
  • Loading branch information
vilhjalmur authored and scottgonzalez committed Aug 1, 2013
1 parent 787d607 commit 369c76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/i18n/jquery.ui.datepicker-is.js
Expand Up @@ -14,7 +14,7 @@ jQuery(function($){
dayNamesShort: ['Sun','Mán','Þri','Mið','Fim','Fös','Lau'],
dayNamesMin: ['Su','Má','Þr','Mi','Fi','Fö','La'],
weekHeader: 'Vika',
dateFormat: 'dd/mm/yy',
dateFormat: 'dd.mm.yy',
firstDay: 0,
isRTL: false,
showMonthAfterYear: false,
Expand Down

0 comments on commit 369c76d

Please sign in to comment.