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

            if input.respond_to? :end_of_month
              return input.end_of_month