The Navigator date picker supports RTL (right-to-left) text direction.
JavaScript
Use the rtl property to change the text direction in the Calendar component.
<div id="date-picker"></div>
<script type="text/javascript">
const datePicker = new DayPilot.Navigator("date-picker", {
rtl: true,
// ...
});
datePicker.init();
</script>Demo
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