forked from mbielanczuk/jQuery.Gantt
-
Notifications
You must be signed in to change notification settings - Fork 304
Closed
Labels
Description
I would like to include the "Holidays" feature in my GANTT. However, I cannot seem to make that work and I see no difference in the rendering of any samples use this directive.
To include Christmas Day for 2012, I tried this:
...
holidays: ["/Date('December 25, 2012')/"],
...
I did not see anything different in the GANTT whether or not I included this directive. Nor did I see any errors in the browser console (Chrome on WinXP).
Any ideas where I am going wrong?
TIA,
-Mark