Open viraj-nimble opened 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.
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.