<p>To allow for multiple selections on a 2-up Calendar, use the following code:</p> <textarea name="code" class="JScript" cols="60" rows="1"> var cal1; function init() { cal1 = new YAHOO.widget.Calendar2up("cal1","cal1Container");
var customConfig = function() { this.Options.MULTI_SELECT = true; }