Table of Contents
goTo Method 

Scrolls to a specific month.

Syntax
JavaScript
 Calendar.goTo(date)

Parameters

date
The month to be displayed.
Remarks

Only year and month components in date parameter are used.

See Also