The show() method displays the monthly calendar by removing the display style.
DayPilot.Month.show()This method has no parameters.
Use this method to show a Month instance again after it has been hidden using DayPilot.Month.hide() or custom CSS.
const month = new DayPilot.Month("dp", {
// ...
});
month.init();
month.show();