Someone who can help me make an arrangement of dates, with JQuery.
I want to make an arrangement of dates "approximately 6 or more", from a given date, the date will be assigned by the user in an input, once the user selects the date: var fech = $("#fecha").val();
, for example '2017/11/22' create an arrangement
fechas = [{'2017/11/23},{'2017/11/24},{'2017/11/25},{'2017/11/27},{'2017/11/28},{'2017/11/29}];
besides omitting the dates of Sunday. Someone who can help me with it? I have no idea how to do it.