mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Datepicker: Fixed #4480 Date format and first day for regional default values in "ui.datepicker-ca.js"
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Inicialitzaci<EFBFBD> en catal<EFBFBD> per a l'extenci<EFBFBD> 'calendar' per jQuery. */
|
||||
/* Inicialització en català per a l'extenció 'calendar' per jQuery. */
|
||||
/* Writers: (joan.leon@gmail.com). */
|
||||
jQuery(function($){
|
||||
$.datepicker.regional['ca'] = {
|
||||
@@ -13,8 +13,8 @@ jQuery(function($){
|
||||
dayNames: ['Diumenge','Dilluns','Dimarts','Dimecres','Dijous','Divendres','Dissabte'],
|
||||
dayNamesShort: ['Dug','Dln','Dmt','Dmc','Djs','Dvn','Dsb'],
|
||||
dayNamesMin: ['Dg','Dl','Dt','Dc','Dj','Dv','Ds'],
|
||||
dateFormat: 'mm/dd/yy',
|
||||
firstDay: 0,
|
||||
dateFormat: 'dd/mm/yy',
|
||||
firstDay: 1,
|
||||
isRTL: false,
|
||||
showMonthAfterYear: false,
|
||||
yearSuffix: ''};
|
||||
|
||||
Reference in New Issue
Block a user