Gets the start of the week
DateTime startOfWeek(DateTime date) { return DateCalculations.startOfWeek(date); }