Twitter Bootstrap Jalali Datepicker
View the Project on GitHub mousavian/bootstrap-jalali-datepicker
This is a fork of ikelin's original code. The jQuery UI Datepicker widget customized for Jalali Calendar (Shamsi, شمسی) using in Iran.
To create a simple date picker:
$("#datepicker").datepicker();
To set RTL mode:
$("#datepicker").datepicker({
isRTL: true
});