IO-1391 Scoreboard Improvements

This commit is contained in:
Patrick Fic
2021-09-28 13:19:02 -07:00
parent aa410d6847
commit eb58274f90
4 changed files with 110 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
import moment from "moment-business-days";
moment.updateLocale("ca", {
workingWeekdays: [1, 2, 3, 4, 5],
});
// moment.updateLocale("ca", {
// workingWeekdays: [1, 2, 3, 4, 5, 6],
// });
export const CalculateWorkingDaysThisMonth = () => {
return moment().endOf("month").businessDaysIntoMonth();