Wijmo UI for the Web
goToDate Method
wijmo.evcal Namespace > wijevcal type : goToDate Method
Javascript date.
Navigates to the date given by parameter dt.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var dt; // Type:  Date
    
    returnsValue = $(".selector").wijevcal("goToDate", dt);
});
function goToDate( 
   dt : Date
) : any;

Parameters

dt
Javascript date.
Example
$("#wijevcal").wijevcal("goToDate", new Date());
See Also

Reference

wijevcal type
wijevcal jQuery Widget