[jquery-dev] Re: Multi-Calendar I18N Support in UI Datepicker

2009-02-20 Thread Strykker
By the way, I have re-posted this in the jquery-ui-dev list, but just to clarify... I don't mean simple language internationalization, I mean supporting multiple calendar systems, for example the Coptic Calendar which which has 13 months, twelve with exactly 30 days each and one variable (dependi

[jquery-dev] Re: Multi-Calendar I18N Support in UI Datepicker

2009-02-19 Thread Scott González
The jQuery UI Datepicker supports i18n and comes with a setting files for a few dozen languages. Here's a demo: http://jqueryui.com/demos/datepicker/localization.html On Feb 19, 2:18 am, Obinna wrote: > I am planning on using the ui datepicker component in an app with > multi-calendar requirem

[jquery-dev] Re: Multi-Calendar I18N Support in UI Datepicker

2009-02-19 Thread John Resig
You should probably send this email to the jquery-ui-dev list. http://groups.google.com/group/jquery-ui-dev --John On Thu, Feb 19, 2009 at 2:18 AM, Obinna wrote: > I am planning on using the ui datepicker component in an app with > multi-calendar requirements. > This includes the datepicker U

[jquery-dev] Re: Multi-Calendar I18N Support in UI Datepicker

2009-02-19 Thread jerone
The only one datepicker that I know that has l18n support is the one from ASP.NET AJAX Control Toolkit. Tho asp.net is server side, it uses JavaScript to change dynamic. You could use it as reference: http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/Calendar/Calendar.aspx On 19 feb, 08:18, Obi