Hi - Quick question regarding your date picker plugin. I have a form to submit a task with a due date that provides the user with the ability to set a recurring pattern with an end date. Both the due date and end date are using your excellent date picker plugin.
Looking at the attached screenshot, one of the options is to create a repeating task every two weeks. I’ve got it so that I restrict the selection of the end date picker to the day of the due date picker (extracting day - in the screenshot’s case, any wednesday) but is there a way I can take the due date value (extracting the date) and limit the end picker to only allow the selection of every 2 weeks (i.e. 23rd Nov, 7th Dec, 21st dec etc)?
Thanks in advanced