
The monthly calendar supports RTL (right-to-left) mode.
The RTL calendar is supported since version 2024.3.5979.
Live Demo
JavaScript
You can enable RTL using the rtl property:
const calendar = new DayPilot.Calendar("calendar", {
rtl: true,
// ...
});
calendar.init();Availability
Availability of this feature in DayPilot editions:
| Lite | Pro | |
|---|---|---|
| DayPilot for JavaScript | ||
| DayPilot for ASP.NET WebForms | ||
| DayPilot for ASP.NET MVC | ||
| DayPilot for Java |
DayPilot