Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Datepicker: Finnish date format doesn't have padding for day and mont…
…h. Fixes #9609 - Datepicker: Correct the Finnish date format
  • Loading branch information
jzaefferer committed Oct 21, 2013
1 parent 94f8c4d commit 619261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/i18n/jquery.ui.datepicker-fi.js
Expand Up @@ -14,7 +14,7 @@ jQuery(function($){
dayNames: ['Sunnuntai','Maanantai','Tiistai','Keskiviikko','Torstai','Perjantai','Lauantai'],
dayNamesMin: ['Su','Ma','Ti','Ke','To','Pe','La'],
weekHeader: 'Vk',
dateFormat: 'dd.mm.yy',
dateFormat: 'd.m.yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
Expand Down

0 comments on commit 619261f

Please sign in to comment.