# File lib/Borges/Component/DateSelector.rb, line 11
  def date=(date)
    @day = date.mday
    @month = date.month
    @year = date.year
  end