Moves the calendar to the current date.
calendar.today()
Example using today with an external button:
today
document.getElementById('my-today-button').addEventListener('click', function() { calendar.today(); });