Closed manibonthu closed 7 years ago
Hi @mani3202 ! You can use the property hiddenDays
for example to hide both Saturday & Sunday you can add:
hiddenDays: [0,6]
in your calendarOptions
Object.
Let me know if this helps.
To disable those days you should look into: dayRender dayClick
I want to block Saturday and Sunday by using Angular 2.
Can any one help me to solve this problem.
Thanks in Advance.