dhtmlxCalendar underwent some changes in the newest version 3.0.
Notable changes:
3 supported skins:
dhx_skyblue,
dhx_web and
omega.
For style customization use
SkinBuider.
There's no any header in the calendar now. For this reason, header-related functionality isn't supported anymore (e.g. setHeader() method).
setYearRange() method was excluded due to a new look of the year selector.
The list of the supported date formats was changed. See a new complete list
here.
Double calendar is not supported.
New definitions of locale labels.
For example, defining a new language:
//3.0 version
dhtmlXCalendarObject.prototype.langData["de"] = {
dateformat: '%d.%m.%Y',
...
}
//2.6 version
dhtmlxCalendarLangModules['de'] = {
langname: 'de',
dateformat: '%d.%m.%Y'
...
}