I have angular application that uses PrimeNG calendar component.
I need to add a restriction to select only first date of each month.
The component has feature of disabling certain dates by setting disabledDates
property, or certain days of the week (disabledDays
). But I haven't found anything that will disable days of the month.
Does anyone have an idea of how to implement this?