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

Parameters

dt
Javascript date.
Example
$("#wijevcal").wijevcal("goToDate", new Date());
Browser Compatibility
7
5
5

See Also

Reference

wijevcal type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.