Datepicker by month and year

Tags: #<Tag:0x00007efc6b891430> #<Tag:0x00007efc6b8911d8>

Hello!
Is it possible to configure a date column so that the datapicker has a year and month?

like this:
image

Hi @hugoherrerolomas

There’s no out-of-the-box solution to do this, as we use Pikaday library for datepicker cell type and it’s configuration options doesn’t allow to alter this easily.

However, there are some ideas on their GitHub how to overwrite it, but they are not tailored for Handsontable, so they will require some modifications, but it’s a good starting point: https://github.com/Pikaday/Pikaday/issues/562