def get_day(self):
        """Return the day for which this view should display data."""
        day = self.day
        if day is None:
            try: