//Process the day
	var fulldotw = daysInFull[dotw]
	if ((dotm < 8) && (dotw == 1)) {
		var firstMonday = true;
	}

