Skip to content
Permalink
Browse files
Datepicker: Fixed Icelandic locale. Fixes #9431 - Datepicker: Wrong d…
…ateformat for Icelandic datepicker locale.

(cherry picked from commit 369c76d)
  • Loading branch information
vilhjalmur authored and scottgonzalez committed Nov 26, 2013
1 parent 251e5a1 commit 94be965
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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,

0 comments on commit 94be965

Please sign in to comment.