You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I have find a solution for one of the answer here: #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.
The text was updated successfully, but these errors were encountered: