JavaScript Monthly Calendar   RTL Mode

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();