Can we get the minicalendar as a part of Month/Year label?

Hi

Can we have the minicalendar be a part of the highlighted portion in the screenshot?
We would want it to appear as a drop-down on the month which can be clicked upon to open a mini calendar/ date-picker

Thanks
Aman

Hi @aman_gupta ,

There is no built-in option for that, but you can implement it using js. The thing that you have to do, is to get the DOM element of the header(highlighted portion) and attach the minicalendar to it.

Here is a demo(used bootstrap date picker):
https://snippet.dhtmlx.com/5/2d387aa6f

1 Like