I recently found a problem, which can add to technology of calender
A user asked it and i am extending it
In jquery date picker plugin a custom code blocks few date also on initializing a date from one plugin it effects other calender plugin
The problem is
if date 15,16,17 are blocked if a user selects 14 as start date and 18 as end this overlaps blocked date can you see if it can be done to stop overlapping block date and show an alert
here is JS Fiddle
This is really complex problem
Asi dint got any answers here is the custom function that can achieve this. Hope it helps others