is there a way to have all the days of a month or of a year? I am looking for this in order to disable some specific days in a datepicker, i would have a page in the back-office to select these days to disable.
So i would need to show all the days in a month, and add a "activate or deactive" button below each day. Is there a way to find these days with the Date object? I found this link for example : https://stackoverflow.com/questions/6729497/displaying-all-the-days-of-a-month but i don't really understand it, plus it is Java, i am trying to find a solution in javascript.
Thank you for your help