Check If Day Is A Weekday

isWeekDay = (date) => date.getDay() % 6 != 00;