# File lib/Borges/Component/SelectionDateTable.rb, line 21
  def end_date_selection
    unless @dateSelectionStart.nil? then
      return @dateSelectionStart.max(@dateSelectionEnd)
    end
  end