# File lib/data_objects/quoting.rb, line 68 def quote_date(value) "'#{value.strftime("%Y-%m-%d")}'" end