# File lib/vcard.rb, line 68
  def self.decode_date_to_date(v)
    Date.new(*decode_date(v))
  end