Hello, does the multiDatesPicker accept php or javascript variables in place of some values?
For instance:
options : {autoselectRange: [0,2]} ----> options : {autoselectRange: [0,dayNumSelected]}
addDisabledDates: ['11/01/2011', '11/02/2011', '11/03/2011'] ----> addDisabledDates: [<?php echo "'".implode("','",$dates)."'"; ?>]
Haven't much success trying this. Any help would be greatly appreciated!
Anonymous