link()
links a calendar to another calendar for selecting a date range
link(calendar: object): void;
Parameters:
calendar: object
- an object of a calendar to link to
Example
calendar.link(calendar2);
links a calendar to another calendar for selecting a date range
calendar: object
- an object of a calendar to link toExample
calendar.link(calendar2);