The difference between the start and end dates can be upto 10 years. So, its not convenient to skip by month as it would be tedious to do it hundreds of times to go to a very old date. Is there a way to skip by year instead of month?
Also, somewhat related, is there a way to set different initial_visible_month for the start and end dates? For example, the initial_visible_month could be somewhere in 2010 for the start date and in 2018 for the end date.
The difference between the start and end dates can be upto 10 years. So, its not convenient to skip by month as it would be tedious to do it hundreds of times to go to a very old date. Is there a way to skip by year instead of month?
i need to skip certain months with jQuery datepicker on months selection while using the “prev” and “next” buttons.
This works well when triggering the “next month” button of the datepicker and remapping months when reaching an unwanted month that is not available for selection, but the “previous month” button gives me unusual behaviour and i don’t know why
for all of you who are in need of a similar solution here is my approach. I am not happy with it, as it is very static and the eventhandling is a little cheated (due to wrong event stack ordering in my project), but it does the trick. jiofi loginhttps://forpc.onl