blackDatesRec
List of recurring dates to be disallowed
Array of arrays of dates that are not valid and should be disabled. Dates can be re-enabled via “whiteDates” or by removeing from this array. Each inner array is in the format:
[<year>, <month>, <date>]
Each element that is set to -1 is treated as a wildcard. The month element is zero based. (0=January … 11=December)
Example (December Holiday Seson, Every Year)
[[-1,0,1], [-1,11,31], [-1,11,25], [-1,11,24]]
Data Type Expected
Array
Default Vaule
false
Option is Dynamic Post Initialization
True