Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

How can I restrict weekends in my DatePicker using React js inbuilt functions, if any?

I have created a sample project, where I need to restrict weekends in my DatePicker component.

<Datepicker formField = {formFields}, label = "Start Date", excludeDates: ? />

Is there any specific in-built function of react to disable the weekends ? Or could you please share your suggestions for disabling the weekends in a month by any other way?