How to Fetch all dates without sunday using jQuery?-Twitter bootstrap
I want to fetch the all dates of month. in format like {2019-9-17} but I don't want to include Sunday in that day. Suppose I have 30 days in a month, and let's assume we have 4 Sundays, I just…