mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Datepicker: Fixed #4480 Date format and first day for regional default values in "ui.datepicker-ca.js"
This commit is contained in:
parent
068fd93e89
commit
2d67c203bf
@ -1,4 +1,4 @@
|
||||
/* Inicialitzaci<EFBFBD> en catal<61> per a l'extenci<63> '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: ''};
|
||||
|
Loading…
Reference in New Issue
Block a user