$(function () { var returnsValue; // Type: any // Parameters var dt; // Type: Date returnsValue = $(".selector").wijevcal("goToDate", dt); });
function goToDate( dt : Date ) : any;
Parameters
- dt
- Javascript date.
$(function () { var returnsValue; // Type: any // Parameters var dt; // Type: Date returnsValue = $(".selector").wijevcal("goToDate", dt); });
function goToDate( dt : Date ) : any;
$("#wijevcal").wijevcal("goToDate", new Date());