Wijmo UI for the Web
goToDate Method
Javascript date.
Navigates to the date given by parameter dt.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijevcal();
var value; // Type: any

// Parameters
var dt; // Type:  date

value = instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.