The plugins site is currently in development.
We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
World Calendars
There are many different calendars used throughout the world. This plugin aims to make them accessible in JavaScript in a consistent manner. The currently implemented calendars are:
* Gregorian
* Taiwan
* Thai
* Julian
* Persian
* Islamic
* Hebrew
* Ethiopian
* Coptic
* Mayan
Basic functions for the calendars include:
* Creating and updating dates
* Converting between dates in different calendars
* Formatting and parsing of dates
In addition there is a datepicker that can be used with any of the calendars. Its abilities include:
* Available as a popup for an input/textarea field or inline in a div/span
* Trigger popup on focus, via a button, or both
* Full keyboard equivalents
* Predefined common date formats or define your own
* Restrict by minimum and/or maximum date
* Day-by-day selectability and/or styling
* Ability to update an alternate field with the date in a different format
* Select a range of dates or multiple individual dates
* Show week of the year and/or days from other months
* Display any number of months
* Callbacks on hover, change of month/year, selection, and closure
* Skinnable with CSS, including support for ThemeRoller
* Templating mechanism for changing layout
* Command structure for adding extra commands
* 50 localisations available, including support for right-to-left languages
See also the original datepicker, date entry and time entry plugins.
