Multi-Calendar I18N Support in UI Datepicker
I had mistakenly posted this to to main jQuery group and am reposting
here:
Original Message:
I am planning on using the ui datepicker component in an app with
multi-calendar requirements.
This includes the datepicker UI component, meaning that the datepicker
should be able to render with a completely different
calendar (such as Julian or Coptic) as well as the current localized
text
support.
If possible, I'd like to implement this using the current jquery
datepicker
UI widget but thought I'd first ask about the extensibility of
the component for this purpose, and a few starting pointers, of if
anyone
has gone down this path yet? A quick search hasn't revealed
any other javascript datepicker widgets that support this.
-- Eric
So far I the post has received 1 response:
Date: Thurs, Feb 19 2009 1:35 am
From: 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