How to implement Go To Date option on scheduler

Hi,
I am using dhtmlx scheduler,I want to find out events created 5 years back. Is there any way to implement go to particular date on few clicks.
As far as we can see we can only scroll through the months which is not time effective.

Please provide solution to this problem.

Thanks

Hi,
you can add some kind of datepicker that allows navigating through years (unfortunately dhtmlxScheduler minicalendar can only go month by month), and switch scheduler to the selected date using scheduler.setCurrentView docs.dhtmlx.com/scheduler/api__s … tview.html