def end_of_week(input)
            return '' if input.blank?

            if input.respond_to? :end_of_week
              return input.end_of_week