MonthPicker RTL
HTML
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css">
<body dir='rtl'>
<div class="test">aaa</div>
</body>
CSS
test {
width: 900px;
height: 10px
background: blue;
}