Wijmo UI for the Web
selectedDates Field

Default value: null

The selected dates.

Syntax
Javascript (Usage) 
var value; // Type: Date
value = jQuery.wijmo.wijevcal.options.selectedDates;
Javascript (Specification) 
var selectedDates : Date;
Example
$("#eventscalendar").wijevcal(
{ selectedDates: [new Date(2012, 11, 21), new Date(2015, 11, 21)] });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.