smalot / bootstrap-datetimepicker

Both Date and Time picker widget based on twitter bootstrap (supports Bootstrap v2 and v3)
http://www.malot.fr/bootstrap-datetimepicker/
Apache License 2.0
3.49k stars 1.65k forks source link

RTL support #181

Open Jawahar-Kaliraj opened 10 years ago

Jawahar-Kaliraj commented 10 years ago

Hi,

If we use bootstrap 3 RTL.css then position of the datetimepicker is not correct.

You can get bootstrap RTL at https://www.nuget.org/packages/Twitter.Bootstrap.RTL.

Attached image shows the issue.

Thanks Jawahar. rtl

elad commented 10 years ago

Hello,

I just pushed a commit that fixes RTL support for the non-component case (which is what I use).

My scenario includes a page that is entirely RTL - that is, the language, direction, and alignment are all set.

Feel free to finish it off - I'm not sure when I'll get a chance to do it myself!

elad commented 9 years ago

Hey @AuspeXeu, out of curiosity - why was this closed? Is it fixed?

AuspeXeu commented 9 years ago

@elad Didn't you fix this on your end? Or did I misinterpret your comment? (sorry if so)

elad commented 9 years ago

Yeah but I think this kind of support should be in the official version. :)

No worries though if you guys don't have the time to deal with it.

AuspeXeu commented 9 years ago

I might have a look into it if I find time

elad commented 9 years ago

I don't understand what's "proprietary" or "special case" about it. Right-to-left languages are simply written from right to left...

AuspeXeu commented 9 years ago

@elad edited my comment after I understood what you mean ;) Do you mind letting me know which part is still missing from your fix?

miguelmich commented 7 years ago

Hello guys, do you have any news on this? thanks a lot