mousavian / bootstrap-jalali-datepicker

Twitter Bootstrap Jalali Datepicker
http://mousavian.github.io/bootstrap-jalali-datepicker
160 stars 53 forks source link

Bootstrap jalali datepicker selecting years limitation #5

Closed alihesari closed 9 years ago

alihesari commented 9 years ago

First picture: https://www.imageupload.co.uk/image/Z4p5

Second picture: https://www.imageupload.co.uk/image/Z4pZ

n the above image you can see if I want to selected years less than 1384, There is no number less than 1384!! After the selected 1384 and open the drop down again. In the second picture you can see the values appear lower than in 1384. I want to all the years are displayed numerically. I'm forced to choose values of less than 1384 every time I repeat the above operation And this is a tedious task!

I got a message to the developer of this calendar but did not receive a response.

Does anyone can change the code in this calendar?

alihesari commented 9 years ago

I add yearRange in your script. following code: $("#datepicker4").datepicker({ changeMonth: true, changeYear: true, yearRange: '1100:2100' });