datepicker doesn\'t work well with RTL

2 replies · opened May 10, 2017

KkmonirMay 10, 2017

Date & Time Picker is working well with LTR But it became weird when I added RTL CSS files

KkmonirMay 14, 2017

Date & Time Picker is working well with LTR But it became weird when I added RTL CSS files

SSemicolon WebSTAFFMay 15, 2017

Hello,

Thanks for your Patience! Simply add the rtl: true Option in the DatePicker JS Code. Example:

$('.travel-date-group .default').datepicker({
	autoclose: true,
	startDate: "today",
	rtl: true
});

This will definitely fix the issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard