DayPilot.Calendar Constructor
Declaration
DayPilot.Calendar(id);
id - id of the placeholder <div> element
Example
HTML
<div id="dpc"></div>
JavaScript
var calendar = new DayPilot.Calendar("dpc");DayPilot.Calendar(id);
id - id of the placeholder <div> element
HTML
<div id="dpc"></div>
JavaScript
var calendar = new DayPilot.Calendar("dpc");