# File lib/Borges/Component/DateSelector.rb, line 17
  def date_is_valid?
    begin
      self.date

    rescue Exception
      return false

    end

    return true
  end