tamble / jquery-ui-daterangepicker

A JQuery UI based date range picker.
MIT License
184 stars 110 forks source link

changeYear and changeMonth not working with option #81

Open viraj-nimble opened 7 years ago

viraj-nimble commented 7 years ago

Hi,

Thank you for this wonderful plugin. i have try to do a few modification but it won't work bellow is my code i want changeMonth and changeYear to be work like the same way in jquery ui datepicker but it's not working currently. bellow is my code. $(".text-date").daterangepicker({ dateFormat: 'MM yy',initialText: 'Start/End Date', changeMonth:true, changeYear:true });

Thank You.

viraj-nimble commented 7 years ago

I have find a solution for one of the answer here: https://github.com/tamble/jquery-ui-daterangepicker/issues/6. But it's Half done, I have three month view in picker and the option is applied for on only. Mens it change year and change month is working for 1 month view only rest 2 is still the same. Please check the screen shot. screen shot 2017-06-17 at 2 59 00 pm