# File lib/og/backends/mysql.rb, line 69 def self.date(date) return nil unless date return "#{date.year}-#{date.month}-#{date.mday}" end