Wijmo UI for the Web
selectedDate Field

Default value: null

The selected date.

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

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.