mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Datepicker: Finnish date format doesn't have padding for day and month. Fixes #9609 - Datepicker: Correct the Finnish date format
(cherry picked from commit 619261f079
)
This commit is contained in:
parent
e29e5b56af
commit
ce0cef9265
2
ui/i18n/jquery.ui.datepicker-fi.js
vendored
2
ui/i18n/jquery.ui.datepicker-fi.js
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user