Custom date picker in the panel

Is there a way to set the date picker in the panel, in order that when you click to pick a date, the calendar displays only months and not days (as it does per default)?

Thanks!

No, the date field only supports dates with day values. You could however use two select fields for the month and year. You can use the width option to make them fit next to each other like if they were one field.

There is no blueprint setting to achieve that. As it is a daypicker, Iā€™m not sure if you can customize it yourself by creating a new date field.

Edit: maybe this is helpful if you consider this: https://github.com/dbushell/Pikaday/issues/562

1 Like