# File lib/Borges/Component/DateSelector.rb, line 7
  def date
    return Date.parse("#{@year}-#{@month}-#{@day}")
  end