The DayPilot.Month constructor creates a monthly calendar instance for a placeholder <div> element.
new DayPilot.Month(id[, options])id (string) - id of the placeholder <div> element
options (object) - configuration object with events and properties
HTML
<div id="dpm"></div>JavaScript
const month = new DayPilot.Month("dpm", {
startDate: DayPilot.Date.today()
});