Menu

#2 Sending Variables in multiDatesPicker

open
nobody
Usage (3)
5
2012-08-27
2011-10-28
Anonymous
No

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!

Discussion

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.