Opened 14 years ago

Closed 14 years ago

Last modified 10 years ago

#4612 closed bug (wontfix)

localization.html demos

Reported by: [email protected] Owned by:
Priority: minor Milestone:
Component: [meta] ui.demos Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:

Description

Extension would reset from the $.datepicker.regional[] avoiding that incomplete i18n-s could extend from the previous regional

$('#datepicker').datepicker('option',

$.extend({showMonthAfterYear: false},

$.datepicker.regional[], $.datepicker.regional[$(this).val()]

)

);

Change History (2)

comment:1 Changed 14 years ago by kbwood

Resolution: wontfix
Status: newclosed

All localisations are expected to implement all the regional settings. Thus applying any of them overwrites any previous localisation settings.

comment:2 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.