Skip to content

Commit

Permalink
Datepicker: Finnish date format doesn't have padding for day and mont…
Browse files Browse the repository at this point in the history
…h. Fixes #9609 - Datepicker: Correct the Finnish date format

(cherry picked from commit 619261f)
  • Loading branch information
jzaefferer authored and scottgonzalez committed Nov 26, 2013
1 parent e29e5b5 commit ce0cef9
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

1 comment on commit ce0cef9

@paazmaya
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Way to go Finland!

Please sign in to comment.