These docs are for an old release.
Info on upgrading to v5
Calendar::today
Moves the calendar to the current date.
calendar.today()
Example using today
with an external button:
document.getElementById('my-today-button').addEventListener('click', function() {
calendar.today();
});