Add selection of year in mini calendar to set date to show

Hello !

I’m on an Angular Project and I want to add a selection of year in mini calendar to set date to show.

image

I want something like below.
image

Can you help me, please ?

Have a nice day !

Hello @RemiH ,

Sorry for the delay,
The built-in scheduler’s minicalendar doesn’t support such functionality, but you can use the 3-rd party one:
https://recordit.co/Xu7QHi9cOt
as in the following demo:
http://snippet.dhtmlx.com/5/5b75e3252

The way on how to add 3-rd party datepicker is described by the following link:
https://docs.dhtmlx.com/scheduler/minicalendar.html#intheheaderthirdpartydatepicker

You can use any datepicker that suits your requirements.