hypeserver / react-date-range

A React component for choosing dates and date ranges.
MIT License
2.59k stars 676 forks source link

RTL Support #106

Open ofekinger opened 7 years ago

ofekinger commented 7 years ago

When I use moment.locale, the calendar displays properly. The days and months are translated and displayed in the proper order.

The only problem is that the prevButton and the nextButton remain the same. To properly support RTL, those buttons need to be switched. The right button should go the next month and the left button should go to the previous month.

Is it possible to add RTL support?

JARN98 commented 2 years ago

RTL is optimized yet?

saraElsanan commented 1 year ago

Is RTL supported now ?