# File lib/relax/response.rb, line 124
    def date_value(value)
      Date.parse(value(value))
    end