Find all the days in a month with Date object?
问题 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 : Displaying all the days of a month but i don\'t really understand it, plus it is Java, i am