clndr.default ~ Default settings.
clndr.adjacent ~ test showAdjacentMonths and adjacentDaysChangeMonth.
edges of other months should be visible & clicking them should switch the month.
clndr.passInATemplate ~ Pass in a template.
clndr.passInEvents ~ Pass in events.
clndr.callbacks ~ Test the clickEvent callbacks. Logs in the console.
clndr.multiday ~ Show multi-day events (12th - 17th, 24th - 27th). Logs in the console.
clndr.multidayLong ~ Show multi-day events (12th - 17th, 24th - 27th). Logs in the console.
clndr.constraints ~ Test start & end constraints. (4th of this month to the 12th of next month). Logs in the console.
clndr.startConstraint ~ Test start constraint. (4th of this month). Logs in the console.
clndr.endConstraint ~ Test end constraint. (12th of next month). Logs in the console.
clndr.api ~ Test calling the API (next, previous, setMonth, setYear) with/without { withCallbacks: true } as an argument. onMonthChange and onYearChange will log only if withCallbacks is true.
clndr.sixRows ~ Test the forceSixRows option, which should make a six-row calendar regardless of the length of each month.
clndr.customClasses ~ Test using options.classes to define custom classes. Should appear normally with events & log to the console.