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