2009/8/18 Jörn Zaefferer <joern.zaeffe...@googlemail.com> > > As a workaround, you could set that option after init: > > $('#options #date').datepicker({ > minDate: 0, > maxDate: "+2Y", > regional: $('html').attr('lang'), > changeMonth: true, > changeYear: true, > showOtherMonths: true, > hideIfNoPrevNext: true, > dateFormat: 'yy-mm-dd', > defaultDate: new Date($('ul.events li:first span.date').attr > ('title')), > beforeShowDay: highlightEventDates, > onSelect: showEventsOnDate > }).datepicker("option", { onChangeMonthYear: showEventsFromMonth }); >
Hello, Why your regional option isn't in the doc ( http://jqueryui.com/demos/datepicker/) ? Thanks. -- Lopez Cyril - Nethik ------------------------ http://www.nethik.fr http://www.blogalwarming.com http://www.libratoi.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---