My school runs on a 7 day cycle, so if today (2016/02/26) was day 1, tomorrow would be day 0, Monday would be day 2, and the next day 1 would be 2016/03/08. I know it's very strange, but I'm trying to find a way to use the Date
object in JavaScript and add on one cycle, that is 7 days, not including weekends.
I would like to emphasize that weekends DO NOT COUNT towards day counting. I'm trying to find a way to omit weekends and easily find the next day 1 or day 5 or whatever.