The show() method displays the monthly calendar by removing the display style.
Declaration
DayPilot.Month.show()Parameters
This method has no parameters.
Notes
Use this method to show a Month instance again after it has been hidden using DayPilot.Month.hide() or custom CSS.
Example
const month = new DayPilot.Month("dp", {
// ...
});
month.init();
month.show();See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot