I need to disable certain dates of mentioned year in the array.
var availableDates = ["02/10/2014","03/11/2014","07/12/2014","08/11/2015"];
which only should be visible on the control. so Manually, we are calculating the missing dates in above mentioned array & treating them as invalid dates. The same is passed to invalid attribute of mobiscroll. But no luck.
Could any one guide about this.?